Benjamin Greiner 2024-11-28 10:47:49 +00:00 committed by Git OBS Bridge
parent bb7ee67cce
commit 9e0f26c976

View File

@ -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)" donttest="$donttest or (test_terminal and test_subprocess)"
# file sample.pdf missing # file sample.pdf missing
donttest="$donttest or test_pdf_local_file" 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 # Don't test on 32-bit: asyncio is too flaky
[ $(getconf LONG_BIT) -eq 32 ] && exit 0 [ $(getconf LONG_BIT) -eq 32 ] && exit 0
# no network connection in obs # no network connection in obs