community/virt-manager: disable testCLI0263virt_xml

Test works by diffing libvirt-generated XML.  This makes the test dependent on
a specific libvirt version.  This is terrible.
This commit is contained in:
Ariadne Conill 2024-09-13 16:15:37 -07:00
parent bb4115944d
commit 4a93c9b6f1

View file

@ -83,6 +83,8 @@ check() {
and not testCLI0415virt_clone
and not testCLI0416virt_clone
and not testCLI0424virt_clone
and not testCLI0263virt_xml
"
python3 -m pytest -k "$(echo $_skipped_tests | tr -d '\n')"
}