[pypy-commit] stmgc default: Re-skip this never-ending part

arigo noreply at buildbot.pypy.org
Thu Jun 13 15:11:40 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r116:f1ccf5bbcb6f
Date: 2013-06-13 15:11 +0200
http://bitbucket.org/pypy/stmgc/changeset/f1ccf5bbcb6f/

Log:	Re-skip this never-ending part

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
@@ -483,6 +483,6 @@
 
 
 def test_more_multi_thread():
-    #py.test.skip("more random tests")
-    for i in range(326//2, 1000):
+    py.test.skip("more random tests")
+    for i in range(580//2, 1000):
         yield test_multi_thread, i


More information about the pypy-commit mailing list