From 1d7eb49c57983e395b2cc73ecb9bbd37043ec681 Mon Sep 17 00:00:00 2001 From: Tetiana Churikova Date: Mon, 2 Dec 2024 18:33:48 +0100 Subject: [PATCH] e2e: remove xfail for staging fleet (#21681) --- test/appium/tests/activity_center/test_activity_center.py | 2 -- test/appium/tests/critical/chats/test_public_chat_browsing.py | 2 -- test/appium/tests/critical/test_deep_and_universal_links.py | 1 - 3 files changed, 5 deletions(-) diff --git a/test/appium/tests/activity_center/test_activity_center.py b/test/appium/tests/activity_center/test_activity_center.py index f0a4407d55..b087208edc 100644 --- a/test/appium/tests/activity_center/test_activity_center.py +++ b/test/appium/tests/activity_center/test_activity_center.py @@ -237,7 +237,6 @@ class TestActivityCenterContactRequestMultipleDevicePR(MultipleSharedDeviceTestC @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): @@ -378,7 +377,6 @@ class TestActivityMultipleDevicePR(MultipleSharedDeviceTestCase): @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): diff --git a/test/appium/tests/critical/chats/test_public_chat_browsing.py b/test/appium/tests/critical/chats/test_public_chat_browsing.py index 14cf5ee641..0748670b10 100644 --- a/test/appium/tests/critical/chats/test_public_chat_browsing.py +++ b/test/appium/tests/critical/chats/test_public_chat_browsing.py @@ -301,7 +301,6 @@ class TestCommunityOneDeviceMerged(MultipleSharedDeviceTestCase): @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): @@ -832,7 +831,6 @@ class TestCommunityMultipleDeviceMerged(MultipleSharedDeviceTestCase): @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): diff --git a/test/appium/tests/critical/test_deep_and_universal_links.py b/test/appium/tests/critical/test_deep_and_universal_links.py index 94bfe7070e..f5cb895477 100644 --- a/test/appium/tests/critical/test_deep_and_universal_links.py +++ b/test/appium/tests/critical/test_deep_and_universal_links.py @@ -75,7 +75,6 @@ class TestDeepLinksOneDevice(MultipleSharedDeviceTestCase): 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()