virt-manager: disable tests that rely on unfiltered sgio
This commit is contained in:
parent
1f3650b10e
commit
a75d0a2fa6
@ -62,11 +62,9 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
checkInputs = with python3.pkgs; [ cpio cdrtools pytestCheckHook ];
|
checkInputs = with python3.pkgs; [ cpio cdrtools pytestCheckHook ];
|
||||||
|
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
"tests/test_cli.py"
|
"tests/test_misc.py"
|
||||||
"tests/test_disk.py"
|
"tests/test_xmlparse.py"
|
||||||
"tests/test_checkprops.py"
|
];
|
||||||
"tests/test_storage.py"
|
|
||||||
]; # Error logs: https://gist.github.com/superherointj/fee040872beaafaaa19b8bf8f3ff0be5
|
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
export HOME=.
|
export HOME=.
|
||||||
|
Loading…
Reference in New Issue
Block a user