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 7569bf4 commit e4f70ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/get_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ def get_pytest_deselected_tests(args, tests):
if 'py34' in args:
not_list.append('test_valid_async')

if 'tests/php/PHPMessDetectorBearTest.py' in tests:
not_list.append('test_cleancode_violation')

return not_list


Expand Down

0 comments on commit e4f70ff

Please sign in to comment.