[pypy-commit] stmgc default: Skip again these extra tests, they seem to pass

arigo noreply at buildbot.pypy.org
Sun Jun 16 18:58:16 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r160:8da924453f29
Date: 2013-06-16 18:54 +0200
http://bitbucket.org/pypy/stmgc/changeset/8da924453f29/

Log:	Skip again these extra tests, they seem to pass

diff --git a/c4/test/test_random.py b/c4/test/test_random.py
--- a/c4/test/test_random.py
+++ b/c4/test/test_random.py
@@ -505,6 +505,6 @@
 
 
 def test_more_multi_thread():
-    #py.test.skip("more random tests")
+    py.test.skip("more random tests")
     for i in range(100):
         yield test_multi_thread, 1200 + i


More information about the pypy-commit mailing list