diff --git a/tests/xen/test_xtf.py b/tests/xen/test_xtf.py index bee55e635..dc2ae47ff 100644 --- a/tests/xen/test_xtf.py +++ b/tests/xen/test_xtf.py @@ -19,6 +19,8 @@ class TestXtf: # Depends on pv linear pagetables, which is disabled by default but can be activated on Xen's cmdline. # Is not needed for Linux. It is for a NetBSD PV guest. 'test-pv64-xsa-182', + # Will skip if DBEXT support is not present + 'test-pv64-xsa-444', ] def _extract_skipped_tests(self, output):