From 0579e0a4299d7d238997486c52c3e3c97ebd977d Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Thu, 17 Oct 2024 14:26:57 +0200 Subject: [PATCH] xfail upforwd system test if DNSTAP is enabled --- bin/tests/system/upforwd/tests_sh_upforwd.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/tests/system/upforwd/tests_sh_upforwd.py b/bin/tests/system/upforwd/tests_sh_upforwd.py index 35bcc64f34..9b2a26364e 100644 --- a/bin/tests/system/upforwd/tests_sh_upforwd.py +++ b/bin/tests/system/upforwd/tests_sh_upforwd.py @@ -9,6 +9,11 @@ # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. +import pytest +import isctest.mark + + +@pytest.mark.xfail(reason="GL #4996", condition=isctest.mark.with_dnstap()) def test_upforwd(run_tests_sh): run_tests_sh()