Skip to content

Commit

Permalink
ci: disable weaviate test in plot
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Mar 14, 2022
1 parent 34ad3fd commit b19bddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/array/mixins/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(DocumentArray, None),
(DocumentArraySqlite, None),
(DocumentArrayAnnlite, AnnliteConfig(n_dim=128)),
(DocumentArrayWeaviate, WeaviateConfig(n_dim=128)),
# (DocumentArrayWeaviate, WeaviateConfig(n_dim=128)),
(DocumentArrayQdrant, QdrantConfig(n_dim=128, scroll_batch_size=8)),
],
)
Expand Down

0 comments on commit b19bddd

Please sign in to comment.