Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ansible-runner for openSUSE:Factory checked in at 2024-03-09 20:54:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ansible-runner (Old) and /work/SRC/openSUSE:Factory/.ansible-runner.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ansible-runner" Sat Mar 9 20:54:27 2024 rev:8 rq:1156433 version:2.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ansible-runner/ansible-runner.changes 2024-03-02 23:24:27.865539527 +0100 +++ /work/SRC/openSUSE:Factory/.ansible-runner.new.1770/ansible-runner.changes 2024-03-09 20:55:26.636256699 +0100 @@ -1,0 +2,5 @@ +Fri Mar 8 17:20:13 UTC 2024 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- ignore two more flaky tests + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ansible-runner.spec ++++++ --- /var/tmp/diff_new_pack.1weO8W/_old 2024-03-09 20:55:27.104273831 +0100 +++ /var/tmp/diff_new_pack.1weO8W/_new 2024-03-09 20:55:27.104273831 +0100 @@ -103,7 +103,10 @@ IGNORED_TESTS='test_callback_plugin_task_args_leak[playbook0] or ' IGNORED_TESTS+='test_resolved_actions[playbook0] or ' IGNORED_TESTS+='test_playbook_on_stats_summary_fields or ' -IGNORED_TESTS+='test_multiline_blank_write[pexpect]' +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' export PATH=%{buildroot}%{_bindir}:$PATH %pytest -k "not ($IGNORED_TESTS)"