Skip to content

Commit

Permalink
test/cli/test-other.py: disabled test_addon_namingng as the `naming…
Browse files Browse the repository at this point in the history
…ng` addon does not work in CLI mode
  • Loading branch information
firewave committed Sep 20, 2023
1 parent bde8461 commit c9a4697
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cli/test-other.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ def test_addon_naming(tmpdir):
assert stderr == '{}:2:1: style: Variable Var violates naming convention [naming-varname]\n'.format(test_file)


# the namingng addon only works standalone and not in CLI mode - see #12005
@pytest.mark.skip
def test_addon_namingng(tmpdir):
test_file = os.path.join(tmpdir, 'test.cpp')
# TODO: trigger warning
Expand Down

0 comments on commit c9a4697

Please sign in to comment.