diff --git a/bin/tests/system/upforwd/tests_sh_upforwd.py b/bin/tests/system/upforwd/tests_sh_upforwd.py index 41b58227c4..7479f9753d 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()