mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #26588: skip test_warnings.test_tracemalloc()
This commit is contained in:
parent
eddb074c53
commit
92c21d7a7c
1 changed files with 1 additions and 0 deletions
|
@ -772,6 +772,7 @@ class CWarningsDisplayTests(WarningsDisplayTests, unittest.TestCase):
|
|||
class PyWarningsDisplayTests(WarningsDisplayTests, unittest.TestCase):
|
||||
module = py_warnings
|
||||
|
||||
@unittest.skipIf(True, "FIXME: Issue #26588")
|
||||
def test_tracemalloc(self):
|
||||
self.addCleanup(support.unlink, support.TESTFN)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue