Skip to content

Commit

Permalink
s [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Feb 16, 2025
1 parent dda0b65 commit 52966c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/cli/other_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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\\'])

Expand Down

0 comments on commit 52966c8

Please sign in to comment.