Skip to content

Commit 61f7174

Browse files
committed
updated inline-suppress_test.py
1 parent d0db0f1 commit 61f7174

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cli/inline-suppress_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ def test_unused_function_unmatched_builddir_j_thread(tmpdir):
416416

417417

418418
@pytest.mark.skipif(sys.platform == 'win32', reason='ProcessExecutor not available on Windows')
419-
@pytest.mark.xfail(strict=True) # TODO: unusedFunction in line 5 not reported as unmatched - requires the matched and checked states to be transferred
420419
def test_unused_function_unmatched_builddir_j_process(tmpdir):
421420
build_dir = os.path.join(tmpdir, 'b1')
422421
os.mkdir(build_dir)

0 commit comments

Comments
 (0)