python311Packages.cot: skip failing tests

This commit is contained in:
superherointj
2023-02-08 12:52:24 -03:00
parent 10d5d6196a
commit 61d2d6ed26
@@ -66,6 +66,10 @@ buildPythonPackage rec {
"TestVMDKConversion"
# CLI test fails with AssertionError
"test_help"
# Failing TestCOTDeployESXi tests
"test_serial_fixup_stubbed"
"test_serial_fixup_stubbed_create"
"test_serial_fixup_stubbed_vm_not_found"
] ++ lib.optionals stdenv.isDarwin [
"test_serial_fixup_invalid_host"
];