From 9e0f26c976b621b04a51af12e575575df0cea07d94e4f904b451d75fd9883d4b Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 28 Nov 2024 10:47:49 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-panel?expand=0&rev=60 --- python-panel.spec | 2 ++ 1 file changed, 2 insertions(+) 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