churchyard / rpms / python2

Forked from rpms/python2 6 years ago
Clone
e252525
diff -up Python-2.7.2/Lib/test/test_io.py.disable-tests-in-test_io Python-2.7.2/Lib/test/test_io.py
e252525
--- Python-2.7.2/Lib/test/test_io.py.disable-tests-in-test_io	2011-09-01 14:18:45.963304089 -0400
e252525
+++ Python-2.7.2/Lib/test/test_io.py	2011-09-01 15:08:53.796098413 -0400
e252525
@@ -2669,6 +2669,7 @@ class SignalsTest(unittest.TestCase):
e252525
         self.check_interrupted_read_retry(lambda x: x,
e252525
                                           mode="r")
e252525
 
e252525
+    @unittest.skip('rhbz#732998')
e252525
     @unittest.skipUnless(threading, 'Threading required for this test.')
e252525
     def check_interrupted_write_retry(self, item, **fdopen_kwargs):
e252525
         """Check that a buffered write, when it gets interrupted (either