virt-manager: fix masked tests for libvirt 8.1.0

This commit is contained in:
Bernardo Meurer 2022-03-14 11:04:45 -07:00
parent 1fef27cc11
commit 20dd1e6782
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -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 = ''