From 21d228e965c54ab79f2c14b4d55ff8cc0bbd644983274f05cd0066be89497157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 18 Sep 2019 08:27:36 +0000 Subject: [PATCH] - Disable flaky test test_04_schedule_ten OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-crontab?expand=0&rev=4 --- python-python-crontab.changes | 5 +++++ python-python-crontab.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-python-crontab.changes b/python-python-crontab.changes index 5a2b0fa..a05ff07 100644 --- a/python-python-crontab.changes +++ b/python-python-crontab.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 18 08:27:27 UTC 2019 - Tomáš Chvátal + +- Disable flaky test test_04_schedule_ten + ------------------------------------------------------------------- Tue Sep 17 09:59:14 UTC 2019 - Jan Engelhardt diff --git a/python-python-crontab.spec b/python-python-crontab.spec index 5ff604e..b15d491 100644 --- a/python-python-crontab.spec +++ b/python-python-crontab.spec @@ -61,7 +61,7 @@ accessing the system cron automatically using an API. %check export LANG=en_US.UTF-8 # Bug in tests https://gitlab.com/doctormo/python-crontab/issues/55 -%pytest -k 'not test_06_backwards' +%pytest -k 'not test_06_backwards and not test_04_schedule_ten' %files %{python_files} %doc README.rst