diff --git a/python-panel.spec b/python-panel.spec index cb9ef9b..5c2ba41 100644 --- a/python-panel.spec +++ b/python-panel.spec @@ -164,6 +164,8 @@ donttest="$donttest or test_server_thread_pool_change_event or test_server_on_lo donttest="$donttest or (test_terminal and test_subprocess)" # file sample.pdf missing donttest="$donttest or test_pdf_local_file" +# (very) flaky async test: loop already running +donttest="$donttest or test_get_server" # Don't test on 32-bit: asyncio is too flaky [ $(getconf LONG_BIT) -eq 32 ] && exit 0 # no network connection in obs