Skip to content

Commit

Permalink
phpmd: Disable test_cleancode_violation
Browse files Browse the repository at this point in the history
Disable PHPMessDetectorBearTest test test_cleancode_violation,
as it is currently failing due to a minor text change in the
error emitted by the linter.

Related to coala#2943
  • Loading branch information
jayvdb committed Aug 6, 2019
1 parent 074e53a commit bc31021
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/get_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ def get_pytest_deselected_tests(args, tests):
if 'py34' in args:
not_list.append('test_valid_async')

# https://github.com/coala/coala-bears/issues/2943
if 'tests/php/PHPMessDetectorBearTest.py' in tests:
not_list.append('test_cleancode_violation')

return not_list


Expand Down

0 comments on commit bc31021

Please sign in to comment.