Skip to content

Commit

Permalink
Add skip marker
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardZhangRZ committed Oct 24, 2023
1 parent 790dc02 commit b7b5cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_tests/long/test_similarity.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def test_end_to_end_index_scan_should_work_correctly_on_image_dataset_pinecone(
drop_index_query = "DROP INDEX testpineconeindeximagedataset;"
execute_query_fetch_all(self.evadb, drop_index_query)

#@pytest.mark.skip(reason="Requires running local Milvus instance")
@pytest.mark.skip(reason="Requires running local Milvus instance")
@milvus_skip_marker
def test_end_to_end_index_scan_should_work_correctly_on_image_dataset_milvus(
self,
Expand Down

0 comments on commit b7b5cb6

Please sign in to comment.