diff --git a/tests/test_mdiarea.py b/tests/test_mdiarea.py index c09a6d3..14b5438 100644 --- a/tests/test_mdiarea.py +++ b/tests/test_mdiarea.py @@ -21,7 +21,7 @@ class TestMDIArea: def teardown_method(self): print("teardown") - self.mw.rst.wait_for_stop() +# self.mw.rst.wait_for_stop() self.app.quit() print("app quit called") del self.mw