We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0361a67 commit fecf861Copy full SHA for fecf861
tests/phpunit/CRM/Remoteevent/SpeakerTest.php
@@ -78,6 +78,9 @@ public function testSpeakersEnabled()
78
*/
79
public function testSpeakers()
80
{
81
+ // @todo See https://github.com/systopia/de.systopia.remoteevent/pull/95
82
+ $this->markTestSkipped('Roles are currently not supported');
83
+
84
// disable speakers
85
$this->setSpeakerRoles([4]);
86
0 commit comments