Skip to content

Commit af42a62

Browse files
committed
update
1 parent b5989de commit af42a62

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tests/_test_msui/test_mscolab_merge_waypoints.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ def __init__(self, *args, **kwargs):
110110
self.overwriteBtn.animateClick()
111111

112112

113-
@pytest.mark.xfail('The test identifies an inaccuracy in the code, which sporadically results in errors.')
113+
@pytest.mark.xfail(reason='The test identifies an inaccuracy in the code, which sporadically results in errors.',
114+
strict=True)
114115
class Test_Overwrite_To_Server(Test_Mscolab_Merge_Waypoints):
115116
def test_save_overwrite_to_server(self, qtbot):
116117
self.emailid = "[email protected]"
@@ -161,7 +162,8 @@ def __init__(self, *args, **kwargs):
161162
self.keepServerBtn.animateClick()
162163

163164

164-
@pytest.mark.xfail('The test identifies an inaccuracy in the code, which sporadically results in errors.')
165+
@pytest.mark.xfail(reason='The test identifies an inaccuracy in the code, which sporadically results in errors.',
166+
strict=True)
165167
class Test_Save_Keep_Server_Points(Test_Mscolab_Merge_Waypoints):
166168
def test_save_keep_server_points(self, qtbot):
167169
self.emailid = "[email protected]"
@@ -202,7 +204,8 @@ def assert_():
202204
qtbot.wait_until(assert_)
203205

204206

205-
@pytest.mark.xfail('The test identifies an inaccuracy in the code, which sporadically results in errors.')
207+
@pytest.mark.xfail(reason='The test identifies an inaccuracy in the code, which sporadically results in errors.',
208+
strict=True)
206209
class Test_Fetch_From_Server(Test_Mscolab_Merge_Waypoints):
207210
def test_fetch_from_server(self, qtbot):
208211
self.emailid = "[email protected]"

0 commit comments

Comments
 (0)