diff options
-rw-r--r-- | tests/test_oddball.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py index d55fb440..c617cf42 100644 --- a/tests/test_oddball.py +++ b/tests/test_oddball.py @@ -5,6 +5,7 @@ import sys +from flaky import flaky import pytest import coverage @@ -143,6 +144,7 @@ class MemoryLeakTest(CoverageTest): It may still fail occasionally, especially on PyPy. """ + @flaky def test_for_leaks(self): if env.JYTHON: self.skipTest("Don't bother on Jython") |