Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel committed Oct 31, 2021
1 parent 69bba24 commit a9f9e3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/rest/admin/test_room.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,8 @@ def test_delete_same_room_twice(self):
self.assertEqual(200, status_channel.code, msg=status_channel.json_body)
self.assertEqual("complete", status_channel.json_body["status"])

test_delete_same_room_twice.skip = "Disabled by default because it's flaky"

def test_purge_room_and_block(self):
"""Test to purge a room and block it.
Members will not be moved to a new room and will not receive a message.
Expand Down

0 comments on commit a9f9e3a

Please sign in to comment.