From 20d2f33cfad55b08948a4c7e109f78ebc1def67b Mon Sep 17 00:00:00 2001 From: jevans Date: Tue, 26 Aug 2014 20:29:26 -0400 Subject: [PATCH] Skipping failing test. Closes #249 Test was failing already in openjpeg's own test suite on 1.5.2 and 2.0.0. Best to just skip the test for those configurations. --- glymur/test/test_opj_suite_dump.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glymur/test/test_opj_suite_dump.py b/glymur/test/test_opj_suite_dump.py index 8a831ca..505169c 100644 --- a/glymur/test/test_opj_suite_dump.py +++ b/glymur/test/test_opj_suite_dump.py @@ -52,6 +52,8 @@ class TestSuiteDump(unittest.TestCase): def tearDown(self): pass + @unittest.skipIf(re.match("1.5|2.0.0", glymur.version.openjpeg_version), + "Test not passing on 1.5, 2.0: not introduced until 2.x") def test_NR_DEC_issue188_beach_64bitsbox_jp2_41_decode(self): """ Has an 'XML ' box instead of 'xml '. Just verify we can read it.