summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_concurrency.py2
-rw-r--r--tests/test_oddball.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py
index 7109f170..c77f458f 100644
--- a/tests/test_concurrency.py
+++ b/tests/test_concurrency.py
@@ -362,7 +362,7 @@ MULTI_CODE = """
"""
-@flaky(max_runs=30) # Sometimes a test fails due to inherent randomness. Try more times.
+#@flaky(max_runs=30) # Sometimes a test fails due to inherent randomness. Try more times.
class MultiprocessingTest(CoverageTest):
"""Test support of the multiprocessing module."""
diff --git a/tests/test_oddball.py b/tests/test_oddball.py
index 17f69647..9f1c6dc5 100644
--- a/tests/test_oddball.py
+++ b/tests/test_oddball.py
@@ -146,7 +146,7 @@ class MemoryLeakTest(CoverageTest):
It may still fail occasionally, especially on PyPy.
"""
- @flaky
+ #@flaky
def test_for_leaks(self):
if env.JYTHON:
self.skipTest("Don't bother on Jython")