mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
xfail upforwd system test if DNSTAP is enabled
This commit is contained in:
parent
a8b70abca1
commit
0579e0a429
1 changed files with 5 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue