Skip to content

Commit

Permalink
e2e: remove xfail for staging fleet (#21681)
Browse files Browse the repository at this point in the history
  • Loading branch information
churik authored Dec 2, 2024
1 parent f6dfc64 commit 1d7eb49
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions test/appium/tests/activity_center/test_activity_center.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ def _device_2_sign_in():

@pytest.mark.xdist_group(name="new_four_2")
@marks.nightly
@marks.xfail(run=False, reason="Skipped due to waku issue on staging fleet")
class TestActivityMultipleDevicePR(MultipleSharedDeviceTestCase):

def prepare_devices(self):
Expand Down Expand Up @@ -378,7 +377,6 @@ def test_activity_center_reply_read_unread_delete_filter_swipe(self):

@pytest.mark.xdist_group(name="new_six_2")
@marks.nightly
@marks.xfail(run=False, reason="Skipped due to waku issue on staging fleet")
class TestActivityMultipleDevicePRTwo(MultipleSharedDeviceTestCase):

def prepare_devices(self):
Expand Down
2 changes: 0 additions & 2 deletions test/appium/tests/critical/chats/test_public_chat_browsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ def test_community_discovery(self):

@pytest.mark.xdist_group(name="new_three_2")
@marks.nightly
@marks.xfail(run=False, reason="Skipped due to waku issue on staging fleet")
class TestCommunityMultipleDeviceMerged(MultipleSharedDeviceTestCase):

def prepare_devices(self):
Expand Down Expand Up @@ -832,7 +831,6 @@ def test_community_edit_delete_message_when_offline(self):

@pytest.mark.xdist_group(name="new_five_2")
@marks.nightly
@marks.xfail(run=False, reason="Skipped due to waku issue on staging fleet")
class TestCommunityMultipleDeviceMergedTwo(MultipleSharedDeviceTestCase):

def prepare_devices(self):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def test_links_deep_links_profile(self):
self.errors.verify_no_errors()

@marks.testrail_id(739307)
@marks.xfail(run=False, reason="Skipped due to waku issue on staging fleet")
def test_deep_links_communities(self):
closed_community_name, snt_community_name = "closed community", "SNT community"
self.home.navigate_back_to_home_view()
Expand Down

0 comments on commit 1d7eb49

Please sign in to comment.