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

Reply via email to