python312Packages.linear-operator: disable flaky test
This commit is contained in:
@@ -47,6 +47,7 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# flaky numerical tests
|
||||
"test_matmul_matrix_broadcast"
|
||||
"test_solve_matrix_broadcast"
|
||||
"test_svd"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user