We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ed56d commit 51aecc6Copy full SHA for 51aecc6
1 file changed
test/cli/performance_test.py
@@ -415,6 +415,7 @@ class C {
415
cppcheck([filename]) # should not take more than ~1 second
416
417
418
+@pytest.mark.skipif(sys.platform == 'darwin', reason='GitHub macOS runners are too slow')
419
@pytest.mark.timeout(5)
420
def test_large_number_of_violations_and_suppressions(tmpdir):
421
filename_main = os.path.join(tmpdir, 'main.c')
0 commit comments