From 7f37b926d86ef7aad80438c0321d7f78c45e7d1f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 24 Nov 2024 20:33:08 +0100 Subject: [PATCH] python312Packages.compressai: disable flaky test --- pkgs/development/python-modules/compressai/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/compressai/default.nix b/pkgs/development/python-modules/compressai/default.nix index 66fa915ebef6..15a0f77de900 100644 --- a/pkgs/development/python-modules/compressai/default.nix +++ b/pkgs/development/python-modules/compressai/default.nix @@ -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 = {