virt-manager: fix masked tests for libvirt 8.1.0
This commit is contained in:
parent
1fef27cc11
commit
20dd1e6782
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
"testCLI0001virt_install_many_devices"
|
"testAlterDisk"
|
||||||
"test_disk_dir_searchable"
|
"test_misc_nonpredicatble_generate"
|
||||||
];
|
];
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
|
|
Loading…
Reference in a new issue