From: Michal Nowak Date: Wed, 23 Oct 2024 14:04:13 +0000 (+0200) Subject: Revert "xfail upforwd system test if DNSTAP is enabled" X-Git-Tag: v9.21.3~17^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7e73da39a23cc1517e73f89465a079e281d263f;p=thirdparty%2Fbind9.git Revert "xfail upforwd system test if DNSTAP is enabled" This reverts commit 0579e0a4299d7d238997486c52c3e3c97ebd977d. --- diff --git a/bin/tests/system/upforwd/tests_sh_upforwd.py b/bin/tests/system/upforwd/tests_sh_upforwd.py index 41b58227c4d..7479f9753dd 100644 --- a/bin/tests/system/upforwd/tests_sh_upforwd.py +++ b/bin/tests/system/upforwd/tests_sh_upforwd.py @@ -11,7 +11,6 @@ import pytest -import isctest.mark pytestmark = pytest.mark.extra_artifacts( [ @@ -34,6 +33,5 @@ pytestmark = pytest.mark.extra_artifacts( ) -@pytest.mark.xfail(reason="GL #4996", condition=isctest.mark.with_dnstap()) def test_upforwd(run_tests_sh): run_tests_sh()