Skip to content

Commit fecf861

Browse files
author
Dominic Tubach
committed
Skip speaker test because roles are currently not supported
1 parent 0361a67 commit fecf861

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/phpunit/CRM/Remoteevent/SpeakerTest.php

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ public function testSpeakersEnabled()
7878
*/
7979
public function testSpeakers()
8080
{
81+
// @todo See https://github.com/systopia/de.systopia.remoteevent/pull/95
82+
$this->markTestSkipped('Roles are currently not supported');
83+
8184
// disable speakers
8285
$this->setSpeakerRoles([4]);
8386

0 commit comments

Comments
 (0)