diff --git a/python/tests/test_account.py b/python/tests/test_account.py index 73e03ba95..5261d2289 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -573,8 +573,6 @@ class TestOnlineAccount: def test_export_import_self_keys(self, acfactory, tmpdir): ac1, ac2 = acfactory.get_two_online_accounts() - ac1.stop_threads() - ac2.stop_threads() dir = tmpdir.mkdir("exportdir") export_files = ac1.export_self_keys(dir.strpath)