486eb43
--- Python-3.3.2/Lib/test/test_gdb.py.orig	2013-07-26 09:52:15.533852708 -0500
24d06d1
+++ Python-3.3.2/Lib/test/test_gdb.py	2013-07-26 15:07:53.733623014 -0500
486eb43
@@ -729,8 +729,7 @@
486eb43
     foo\(1, 2, 3\)
486eb43
 ''')
486eb43
 
486eb43
-    @unittest.skipUnless(_thread,
486eb43
-                         "Python was compiled without thread support")
24d06d1
+    @unittest.skip('Known failure on ARM: https://bugzilla.redhat.com/show_bug.cgi?id=986713')
486eb43
     def test_threads(self):
486eb43
         'Verify that "py-bt" indicates threads that are waiting for the GIL'
486eb43
         cmd = '''