Tests: disable occupants panel in functional tests

This commit is contained in:
James Booth
2016-09-26 00:39:37 +01:00
parent e78684f689
commit 388a20813c
2 changed files with 2 additions and 2 deletions

View File

@@ -107,9 +107,7 @@ shows_role_and_affiliation_on_join(void **state)
prof_input("/join testroom@conference.localhost");
prof_timeout(60);
assert_true(prof_output_exact("-> You have joined the room as stabber, role: participant, affiliation: none"));
prof_timeout_reset();
}
void