Kaydet (Commit) 7cd94a1e authored tarafından Eli Bendersky's avatar Eli Bendersky

Issue #11049: skip a test that fails on some buildbots

üst 714c53c5
......@@ -30,6 +30,7 @@ class TestSupport(unittest.TestCase):
self.test_get_attribute)
self.assertRaises(unittest.SkipTest, support.get_attribute, self, "foo")
@unittest.skip("failing buildbots")
def test_get_original_stdout(self):
self.assertEqual(support.get_original_stdout(), sys.stdout)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment