28391cb
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
28391cb
--- Python-2.7.2/Lib/test/test_io.py.disable-tests-in-test_io	2011-09-01 14:18:45.963304089 -0400
28391cb
+++ Python-2.7.2/Lib/test/test_io.py	2011-09-01 15:08:53.796098413 -0400
28391cb
@@ -2669,6 +2669,7 @@ class SignalsTest(unittest.TestCase):
28391cb
         self.check_interrupted_read_retry(lambda x: x,
28391cb
                                           mode="r")
28391cb
 
28391cb
+    @unittest.skip('rhbz#732998')
28391cb
     @unittest.skipUnless(threading, 'Threading required for this test.')
28391cb
     def check_interrupted_write_retry(self, item, **fdopen_kwargs):
28391cb
         """Check that a buffered write, when it gets interrupted (either