python3Packages.hdbscan: disable another flaky test

(cherry picked from commit 5bae3c6746d121e5acbdf3fda5fde31eac2d60d0)
This commit is contained in:
Robert Scott 2021-05-26 22:22:19 +01:00
parent 02daee80bc
commit 5621b77a7e
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ buildPythonPackage rec {
"test_mem_vec_diff_clusters"
"test_all_points_mem_vec_diff_clusters"
"test_approx_predict_diff_clusters"
# another flaky test https://github.com/scikit-learn-contrib/hdbscan/issues/421
"test_hdbscan_boruvka_balltree_matches"
];
meta = with lib; {