[pypy-commit] pypy default: skip this test, which is outdated anyway

antocuni noreply at buildbot.pypy.org
Wed Jun 6 14:13:00 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r55430:fff54ab23f3a
Date: 2012-06-06 14:12 +0200
http://bitbucket.org/pypy/pypy/changeset/fff54ab23f3a/

Log:	skip this test, which is outdated anyway

diff --git a/pypy/rlib/test/test_rjvm.py b/pypy/rlib/test/test_rjvm.py
--- a/pypy/rlib/test/test_rjvm.py
+++ b/pypy/rlib/test/test_rjvm.py
@@ -1,4 +1,6 @@
 import py
+py.test.skip('this is outdated. Check the jvm-improvements branch')
+
 try:
     import jpype
 except ImportError:


More information about the pypy-commit mailing list