Disable fetch-existing for now

This commit is contained in:
Hocuri
2020-10-22 15:39:07 +02:00
committed by holger krekel
parent 1cacfb30ff
commit c438691b73
2 changed files with 2 additions and 1 deletions

View File

@@ -1975,6 +1975,7 @@ class TestOnlineAccount:
assert ac1.direct_imap.idle_wait_for_seen()
ac1_clone = acfactory.clone_online_account(ac1)
ac1_clone.set_config("fetch_existing", "1")
ac1_clone._configtracker.wait_finish()
ac1_clone.start_io()