Skip to content

Commit 51aecc6

Browse files
committed
Skip 'test_large_number_of_violations_and_suppressions' on macOS because it hits the timeout.
1 parent c0ed56d commit 51aecc6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/cli/performance_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ class C {
415415
cppcheck([filename]) # should not take more than ~1 second
416416

417417

418+
@pytest.mark.skipif(sys.platform == 'darwin', reason='GitHub macOS runners are too slow')
418419
@pytest.mark.timeout(5)
419420
def test_large_number_of_violations_and_suppressions(tmpdir):
420421
filename_main = os.path.join(tmpdir, 'main.c')

0 commit comments

Comments
 (0)