e2e: remove xfail for staging fleet (#21681)
This commit is contained in:
parent
f6dfc64567
commit
1d7eb49c57
|
@ -237,7 +237,6 @@ class TestActivityCenterContactRequestMultipleDevicePR(MultipleSharedDeviceTestC
|
||||||
|
|
||||||
@pytest.mark.xdist_group(name="new_four_2")
|
@pytest.mark.xdist_group(name="new_four_2")
|
||||||
@marks.nightly
|
@marks.nightly
|
||||||
@marks.xfail(run=False, reason="Skipped due to waku issue on staging fleet")
|
|
||||||
class TestActivityMultipleDevicePR(MultipleSharedDeviceTestCase):
|
class TestActivityMultipleDevicePR(MultipleSharedDeviceTestCase):
|
||||||
|
|
||||||
def prepare_devices(self):
|
def prepare_devices(self):
|
||||||
|
@ -378,7 +377,6 @@ class TestActivityMultipleDevicePR(MultipleSharedDeviceTestCase):
|
||||||
|
|
||||||
@pytest.mark.xdist_group(name="new_six_2")
|
@pytest.mark.xdist_group(name="new_six_2")
|
||||||
@marks.nightly
|
@marks.nightly
|
||||||
@marks.xfail(run=False, reason="Skipped due to waku issue on staging fleet")
|
|
||||||
class TestActivityMultipleDevicePRTwo(MultipleSharedDeviceTestCase):
|
class TestActivityMultipleDevicePRTwo(MultipleSharedDeviceTestCase):
|
||||||
|
|
||||||
def prepare_devices(self):
|
def prepare_devices(self):
|
||||||
|
|
|
@ -301,7 +301,6 @@ class TestCommunityOneDeviceMerged(MultipleSharedDeviceTestCase):
|
||||||
|
|
||||||
@pytest.mark.xdist_group(name="new_three_2")
|
@pytest.mark.xdist_group(name="new_three_2")
|
||||||
@marks.nightly
|
@marks.nightly
|
||||||
@marks.xfail(run=False, reason="Skipped due to waku issue on staging fleet")
|
|
||||||
class TestCommunityMultipleDeviceMerged(MultipleSharedDeviceTestCase):
|
class TestCommunityMultipleDeviceMerged(MultipleSharedDeviceTestCase):
|
||||||
|
|
||||||
def prepare_devices(self):
|
def prepare_devices(self):
|
||||||
|
@ -832,7 +831,6 @@ class TestCommunityMultipleDeviceMerged(MultipleSharedDeviceTestCase):
|
||||||
|
|
||||||
@pytest.mark.xdist_group(name="new_five_2")
|
@pytest.mark.xdist_group(name="new_five_2")
|
||||||
@marks.nightly
|
@marks.nightly
|
||||||
@marks.xfail(run=False, reason="Skipped due to waku issue on staging fleet")
|
|
||||||
class TestCommunityMultipleDeviceMergedTwo(MultipleSharedDeviceTestCase):
|
class TestCommunityMultipleDeviceMergedTwo(MultipleSharedDeviceTestCase):
|
||||||
|
|
||||||
def prepare_devices(self):
|
def prepare_devices(self):
|
||||||
|
|
|
@ -75,7 +75,6 @@ class TestDeepLinksOneDevice(MultipleSharedDeviceTestCase):
|
||||||
self.errors.verify_no_errors()
|
self.errors.verify_no_errors()
|
||||||
|
|
||||||
@marks.testrail_id(739307)
|
@marks.testrail_id(739307)
|
||||||
@marks.xfail(run=False, reason="Skipped due to waku issue on staging fleet")
|
|
||||||
def test_deep_links_communities(self):
|
def test_deep_links_communities(self):
|
||||||
closed_community_name, snt_community_name = "closed community", "SNT community"
|
closed_community_name, snt_community_name = "closed community", "SNT community"
|
||||||
self.home.navigate_back_to_home_view()
|
self.home.navigate_back_to_home_view()
|
||||||
|
|
Loading…
Reference in New Issue