python312Packages.compressai: disable flaky test (#358796)

This commit is contained in:
Gaétan Lepage
2024-11-25 13:01:33 +01:00
committed by GitHub
@@ -88,6 +88,9 @@ buildPythonPackage rec {
"test_eval_model_pretrained"
"test_cheng2020_anchor"
"test_pretrained"
# Flaky (AssertionError: assert 0.08889999999999998 < 0.064445)
"test_find_close"
];
meta = {