From aa82152dc0d0ddfe977b787de21590f2e3ce095cdaa4a6683b508f3b7e85d4f1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 4 Mar 2022 10:05:24 +0000 Subject: [PATCH] Accepting request 959348 from home:pgajdos:python - disable flaky test_terminate_thread_on_failed_reconnection and test_restart_failed_monitor OBS-URL: https://build.opensuse.org/request/show/959348 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fritzconnection?expand=0&rev=10 --- python-fritzconnection.changes | 6 ++++++ python-fritzconnection.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-fritzconnection.changes b/python-fritzconnection.changes index 963dfb9..c05174b 100644 --- a/python-fritzconnection.changes +++ b/python-fritzconnection.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 4 08:55:03 UTC 2022 - pgajdos@suse.com + +- disable flaky test_terminate_thread_on_failed_reconnection and + test_restart_failed_monitor + ------------------------------------------------------------------- Sun Jan 23 15:57:06 UTC 2022 - Dirk Müller diff --git a/python-fritzconnection.spec b/python-fritzconnection.spec index 4d2afcf..fdec8ee 100644 --- a/python-fritzconnection.spec +++ b/python-fritzconnection.spec @@ -63,7 +63,8 @@ export LC_ALL=C.utf-8 # Don't run functional tests that require connections to a physical fritzbox router rm fritzconnection/tests/test_functional.py -%pytest +# https://github.com/kbr/fritzconnection/issues/154 +%pytest -k 'not (test_terminate_thread_on_failed_reconnection or test_restart_failed_monitor)' %files %{python_files} %license LICENSE.txt