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" ];