diff options
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r-- | tests/test_oddball.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py index b59e6395..19c93be5 100644 --- a/tests/test_oddball.py +++ b/tests/test_oddball.py @@ -148,6 +148,7 @@ class MemoryLeakTest(CoverageTest): """ @flaky @pytest.mark.skipif(env.JYTHON, reason="Don't bother on Jython") + @pytest.mark.skipif(not env.C_TRACER, reason="Only the C tracer has refcounting issues") def test_for_leaks(self): # Our original bad memory leak only happened on line numbers > 255, so # make a code object with more lines than that. Ugly string mumbo |