python3Packages.mlx: disable brittle memory leak test case (#486069)
This commit is contained in:
@@ -126,7 +126,11 @@ buildPythonPackage (finalAttrs: {
|
||||
"python/tests/"
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64) [
|
||||
disabledTests = [
|
||||
# brittle memory leak test, see: https://github.com/ml-explore/mlx/pull/3088
|
||||
"test_siblings_without_eval"
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64) [
|
||||
# Segmentation fault
|
||||
"test_lapack"
|
||||
"test_multivariate_normal"
|
||||
|
||||
Reference in New Issue
Block a user