xfail upforwd system test if DNSTAP is enabled

This commit is contained in:
Michal Nowak 2024-10-17 14:26:57 +02:00
parent a8b70abca1
commit 0579e0a429
No known key found for this signature in database

View file

@ -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()