14
0

- 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
This commit is contained in:
Tomáš Chvátal
2019-09-18 08:27:36 +00:00
committed by Git OBS Bridge
parent ac6833c081
commit 21d228e965
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 18 08:27:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Disable flaky test test_04_schedule_ten
-------------------------------------------------------------------
Tue Sep 17 09:59:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -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