
14 Nov
2019
14 Nov
'19
9:17 a.m.
On Thu, Nov 14, 2019 at 4:45 PM Dominik Holler <dholler@redhat.com> wrote:
Hello, how can I interpret the state of https://gerrit.ovirt.org/#/c/103739/ and what is the way to merge it? Just ask Edy to overwrite, or is there a more clean way possible how I can solve this myself? Thanks
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) With this the test is mark as expected failure without running it. Nir