Author: Armin Rigo <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit