@@ -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 )
114115class 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 )
165167class 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 )
206209class Test_Fetch_From_Server (Test_Mscolab_Merge_Waypoints ):
207210 def test_fetch_from_server (self , qtbot ):
208211 self .
emailid = "[email protected] "
0 commit comments