The test test_integration/test_sudo.py::TestSudo::()::test_domain_resolution_order is now failing on fedora 29, see the nightly run.
This happens because sssd 2.2.0 has been pushed to fedora 29 updates, and the test assumes that the sssd version is older.
@pytest.mark.xfail( osinfo.id == 'fedora' and osinfo.version_number < (30,), reason="https://pagure.io/SSSD/sssd/issue/3957", strict=True) def test_domain_resolution_order(self):
The xfail should rather rely on SSSD version because the fix for 3957 is available in 2.2.0.
Metadata Update from @frenaud: - Issue assigned to frenaud
Metadata Update from @frenaud: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/3589
master:
ipa-4-8:
Metadata Update from @fcami: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)