Re-enable the spawn tesRe-enable the spawn test

This commit is contained in:
Kovid Goyal
2020-06-23 20:43:40 +05:30
parent ee2fdb3d25
commit 50414b333a
2 changed files with 6 additions and 2 deletions

View File

@@ -44,6 +44,5 @@ class TestTUI(BaseTest):
self.assertTrue(le.pending_bell)
def test_multiprocessing_spawn(self):
return # temporarily disable this test till I can figure out why its failing in the build env
from kitty.multiprocessing import test_spawn
test_spawn()