Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r262:3a599531f404
Date: 2013-06-24 15:38 +0200
http://bitbucket.org/pypy/stmgc/changeset/3a599531f404/

Log:    200 random tests pass again.

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
@@ -521,6 +521,6 @@
     test_multi_thread(1624)
 
 def test_more_multi_thread():
-    #py.test.skip("more random tests")
+    py.test.skip("more random tests")
     for i in range(200):
         yield test_multi_thread, 1858 + i
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to