From 52966c8e96362b86ed12a7ab118c25fd949ba95b Mon Sep 17 00:00:00 2001 From: firewave Date: Sun, 16 Feb 2025 23:49:50 +0100 Subject: [PATCH] s [skip ci] --- test/cli/other_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/cli/other_test.py b/test/cli/other_test.py index d85433382a4..c37861f0435 100644 --- a/test/cli/other_test.py +++ b/test/cli/other_test.py @@ -2273,12 +2273,10 @@ def test_ignore_project_2_file_relative_backslash(tmpdir): __test_ignore_project_2(tmpdir, ['-isrc\\test.cpp']) -@pytest.mark.xfail(strict=True) # TODO: -i appears to be ignored def test_ignore_project_2_path_relative(tmpdir): __test_ignore_project_2(tmpdir, ['-isrc/']) -@pytest.mark.xfail(strict=True) # TODO: -i appears to be ignored def test_ignore_project_2_path_relative_backslash(tmpdir): __test_ignore_project_2(tmpdir, ['-isrc\\'])