python3Packages.hcs-utils: exclude flaky test (#403444)

This commit is contained in:
Nick Cao
2025-05-02 15:50:31 -04:00
committed by GitHub
@@ -34,6 +34,7 @@ buildPythonPackage {
disabledTests = [
"test_expand" # It depends on FHS
"test_blocking" # flaky, depends on comparing running time w/ magic value
];
nativeCheckInputs = [ pytestCheckHook ];