From bbe441b2c96fd3381ac075432eab152079f1fb79 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 11 Oct 2024 02:17:19 +0200 Subject: [PATCH] python312Packages.linear-operator: disable flaky test --- pkgs/development/python-modules/linear-operator/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/linear-operator/default.nix b/pkgs/development/python-modules/linear-operator/default.nix index 0bff707850c3..e32b3f2c8f7b 100644 --- a/pkgs/development/python-modules/linear-operator/default.nix +++ b/pkgs/development/python-modules/linear-operator/default.nix @@ -47,6 +47,7 @@ buildPythonPackage rec { disabledTests = [ # flaky numerical tests "test_matmul_matrix_broadcast" + "test_solve_matrix_broadcast" "test_svd" ];