Skip to content

Commit

Permalink
Disable test_contrib.py::TestClustering::test_ivf_train_2level
Browse files Browse the repository at this point in the history
  • Loading branch information
kyamagu committed Oct 8, 2024
1 parent 8ad10b8 commit 494643f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ addopts = [
"--deselect=faiss/tests/test_local_search_quantizer.py::TestProductLocalSearchQuantizer::test_lut",
"--deselect=faiss/tests/test_local_search_quantizer.py::TestComponents::test_update_codebooks_with_double",
"--deselect=faiss/tests/test_contrib.py::TestPreassigned::test_float",
"--deselect=faiss/tests/test_contrib.py::TestClustering::test_ivf_train_2level",
]
testpaths = ["faiss/tests"]
python_files = "test_*.py" # torch_test_*.py will break the other tests
Expand Down

0 comments on commit 494643f

Please sign in to comment.