File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -324,12 +324,12 @@ def __test_duplicate_cmd(tmpdir, extra_args):
324
324
assert ret == 0 , stdout
325
325
326
326
327
- @pytest .mark .xfail ( strict = True ) # TODO: behavior of duplicate suppressions across inline and non-inline is currently undefined
327
+ @pytest .mark .skip # TODO: behavior of duplicate suppressions across inline and non-inline is currently undefined
328
328
def test_duplicate_cmd (tmp_path ):
329
329
__test_duplicate_cmd (tmp_path , ['-j1' ])
330
330
331
331
332
- @pytest .mark .xfail ( strict = True ) # TODO: behavior of duplicate suppressions across inline and non-inline is currently undefined
332
+ @pytest .mark .skip # TODO: behavior of duplicate suppressions across inline and non-inline is currently undefined
333
333
def test_duplicate_cmd_j (tmp_path ):
334
334
__test_duplicate_cmd (tmp_path , ['-j2' ])
335
335
@@ -361,12 +361,12 @@ def __test_duplicate_file(tmp_path, extra_args):
361
361
assert ret == 0 , stdout
362
362
363
363
364
- @pytest .mark .xfail ( strict = True ) # TODO: behavior of duplicate suppressions across inline and non-inline is currently undefined
364
+ @pytest .mark .skip # TODO: behavior of duplicate suppressions across inline and non-inline is currently undefined
365
365
def test_duplicate_file (tmpdir ):
366
366
__test_duplicate_file (tmpdir , ['-j1' ])
367
367
368
368
369
- @pytest .mark .xfail ( strict = True ) # TODO: behavior of duplicate suppressions across inline and non-inline is currently undefined
369
+ @pytest .mark .skip # TODO: behavior of duplicate suppressions across inline and non-inline is currently undefined
370
370
def test_duplicate_file_j (tmpdir ):
371
371
__test_duplicate_file (tmpdir , ['-j2' ])
372
372
You can’t perform that action at this time.
0 commit comments