dont try to stop the RST

This commit is contained in:
2023-03-18 16:55:25 +01:00
parent 1e203873c9
commit 72c51c5744

View File

@ -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