mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 06:09:13 -04:00
Revert "xfail upforwd system test if DNSTAP is enabled"
This reverts commit 0579e0a429.
This commit is contained in:
parent
cf930c23d0
commit
e7e73da39a
1 changed files with 0 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue