From e7e73da39a23cc1517e73f89465a079e281d263f Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Wed, 23 Oct 2024 16:04:13 +0200 Subject: [PATCH] Revert "xfail upforwd system test if DNSTAP is enabled" This reverts commit 0579e0a4299d7d238997486c52c3e3c97ebd977d. --- bin/tests/system/upforwd/tests_sh_upforwd.py | 2 -- 1 file changed, 2 deletions(-) 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()