virt-manager: disable tests that rely on unfiltered sgio

This commit is contained in:
Bernardo Meurer 2022-03-12 13:39:20 -08:00
parent 1f3650b10e
commit a75d0a2fa6
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -62,11 +62,9 @@ python3.pkgs.buildPythonApplication rec {
checkInputs = with python3.pkgs; [ cpio cdrtools pytestCheckHook ];
disabledTestPaths = [
"tests/test_cli.py"
"tests/test_disk.py"
"tests/test_checkprops.py"
"tests/test_storage.py"
]; # Error logs: https://gist.github.com/superherointj/fee040872beaafaaa19b8bf8f3ff0be5
"tests/test_misc.py"
"tests/test_xmlparse.py"
];
preCheck = ''
export HOME=.