Accepting request 1193707 from systemsmanagement:ansible

OBS-URL: https://build.opensuse.org/request/show/1193707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible-runner?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2024-08-14 12:15:15 +00:00 committed by Git OBS Bridge
commit a78a369eb8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 13 11:21:40 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- ignore test_get_role_list test
-------------------------------------------------------------------
Sun Jun 9 16:25:46 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -96,7 +96,8 @@ IGNORED_TESTS+='test_playbook_on_stats_summary_fields or '
IGNORED_TESTS+='test_multiline_blank_write[pexpect] or '
# flaky tests
IGNORED_TESTS+='test_run_command_long_running or '
IGNORED_TESTS+='test_run_command_long_running_children'
IGNORED_TESTS+='test_run_command_long_running_children or '
IGNORED_TESTS+='test_get_role_list'
export PATH=%{buildroot}%{_bindir}:$PATH
%pytest -n auto -k "not ($IGNORED_TESTS)"