Skip to content

Commit

Permalink
Update test_add_documents.py (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
pandu-k authored Aug 10, 2023
1 parent 8b7e172 commit 09a638b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/v0_tests/test_add_documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ class TestAddDocuments(MarqoTestCase):
def test_create_index(self):
test_index_name = self.create_test_index(index_name=self.generic_test_index_name)

def test_WILL_FAIL(self):
raise ValueError
raise ValueError()

def test_create_index_double(self):
if not self.client.config.is_marqo_cloud:
self.create_test_index(index_name=self.generic_test_index_name)
Expand Down

0 comments on commit 09a638b

Please sign in to comment.