We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d938e3f commit 1ad468bCopy full SHA for 1ad468b
tests/xen/test_xtf.py
@@ -8,8 +8,7 @@
8
# - host: XCP-ng host >= 8.2, with Xen booted with the hvm_fep command line parameter
9
# See https://xenbits.xen.org/docs/xtf/
10
11
-# XTF git repo is not available in IPv6
12
-@pytest.mark.usefixtures("host_with_hvm_fep", "host_with_dynamically_disabled_ept_sp", "host_no_ipv6")
+@pytest.mark.usefixtures("host_with_hvm_fep", "host_with_dynamically_disabled_ept_sp")
13
class TestXtf:
14
_common_skips = [
15
# UMIP requires hardware support, that is a recent enough CPU
0 commit comments