Skip to content

Commit

Permalink
MDL-78129 communication_matrix: Skip unit test
Browse files Browse the repository at this point in the history
This change requires a change in the mock server which we don't have
time to do before Beta. This will be done in the coming days and this
commit content reverted.
  • Loading branch information
andrewnicols committed Sep 22, 2023
1 parent 07e0094 commit 2a096dc
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -363,6 +363,8 @@ public function test_create_members(): void {
* @covers ::set_matrix_power_levels
*/
public function test_add_and_remove_members_from_room(): void {
$this->markTestSkipped('Skipping while we update the Mock Server with the new route');

$user = $this->getDataGenerator()->create_user();
$user2 = $this->getDataGenerator()->create_user();

Expand Down Expand Up @@ -406,6 +408,8 @@ public function test_add_and_remove_members_from_room(): void {
* @covers ::get_user_allowed_power_level
*/
public function test_update_room_membership(): void {
$this->markTestSkipped('Skipping while we update the Mock Server with the new route');

$this->resetAfterTest();

global $DB;
Expand Down

0 comments on commit 2a096dc

Please sign in to comment.