mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Skip tests to fix bot (GH-20777)
Co-authored-by: nanjekyejoannah <joannah.nanjekye@ibm.com>
This commit is contained in:
parent
564cd18767
commit
6f79838fc1
2 changed files with 4 additions and 0 deletions
|
|
@ -473,6 +473,7 @@ class IsRunningTests(TestBase):
|
|||
main = interpreters.get_main()
|
||||
self.assertTrue(interpreters.is_running(main))
|
||||
|
||||
@unittest.skip('Fails on FreeBSD')
|
||||
def test_subinterpreter(self):
|
||||
interp = interpreters.create()
|
||||
self.assertFalse(interpreters.is_running(interp))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue