mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #11049: skip a test that fails on some buildbots
This commit is contained in:
parent
714c53c540
commit
7cd94a1e23
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue