Skip to content

Commit

Permalink
test: removed add to empty index test
Browse files Browse the repository at this point in the history
  • Loading branch information
adharm committed Feb 28, 2024
1 parent 348ea6c commit 00ebc51
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_pretrained_optional_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,6 @@ def test_document_metadata_returned_in_search_results(
), "The metadata should not be returned in the results."


# TODO: move this to separate CRUD test file
@pytest.mark.skip(reason="NotImplemented")
def test_add_to_empty_index():
pass


# TODO: move this to a separate CRUD test file
# TODO: add checks for metadata and doc content
def test_add_to_existing_index(
Expand Down

0 comments on commit 00ebc51

Please sign in to comment.