python3Packages.sentence-transformers: disable load-sensitive test

fails under load.
This commit is contained in:
Sarah Clark
2025-07-09 12:28:57 -07:00
parent 8210e5043c
commit e3d6443167
@@ -100,6 +100,10 @@ buildPythonPackage rec {
"test_trainer"
"test_trainer_invalid_column_names"
"test_trainer_multi_dataset_errors"
# Assertion error: Sparse operations take too long
# (namely, load-sensitive test)
"test_performance_with_large_vectors"
];
disabledTestPaths =