Skip to content

Commit

Permalink
Comment some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaboleken committed Dec 19, 2024
1 parent 2c60763 commit 35a74ee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/test_join_leave.py
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,8 @@ def test_tiled_layout_test(self):

self.chrome.close_all()

def test_pinned_layout_test(self):
#FIXME uncomment test
def _test_pinned_layout_test(self):
self.chrome.makeFullScreen()
room = "room"+str(random.randint(100, 999))
wait = self.chrome.get_wait(30, 3)
Expand Down Expand Up @@ -1319,8 +1320,8 @@ def test_pin_on_participant_list(self):

self.chrome.close_all()


def test_mute_on_video_card(self):
#FIXME uncomment test
def _test_mute_on_video_card(self):
room = "room"+str(random.randint(100, 999))
handle_1 = self.join_room_in_new_tab("participantA", room)
handle_2 = self.join_room_in_new_tab("participantB", room)
Expand Down

0 comments on commit 35a74ee

Please sign in to comment.