
14 Nov
2019
14 Nov
'19
9:35 a.m.
On Thu, Nov 14, 2019 at 5:24 PM Dominik Holler <dholler@redhat.com> wrote:
You are using some non-standard marks:
@suite.XFAIL_SUITE_MASTER('TODO')
So I don't know what you do, but given the time out for tests that could not work, maybe you are missing run=False in the xfail:
pytest.mark.xfail(on_centos("8"), reason="...", run=False)
This is in https://gerrit.ovirt.org/#/c/103739/28/network-suite-master/testlib/suite.py...
Strange usage of UPPERCASE for mark functions, but the xfail() looks correct.
I wrote this mail to learn about the new gating process.
Hopefully the maintainer of this code can merge the change without waiting for the gating machine.