Skip to content

Commit

Permalink
remove test create index with languagebind
Browse files Browse the repository at this point in the history
  • Loading branch information
vicilliar committed Sep 19, 2024
1 parent 21f4abf commit 3fab2d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/v2_tests/test_create_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ def test_dash_and_underscore_in_index_name(self):
self.client.delete_index("test-dash-and-under-score")
self.client.delete_index("test_dash_and_under_score")

# TODO: Add back
"""
def test_create_invalid_unstructured_languagebind_index(self):
with self.assertRaises(MarqoWebError) as e:
self.client.create_index(
Expand Down Expand Up @@ -434,6 +436,7 @@ def test_create_structured_index_with_languagebind(self):
self.assertEqual(2, len(doc['hits']))
self.assertEqual("corporate", doc['hits'][0]['_id'])
self.assertEqual("lofi", doc['hits'][1]['_id'])
"""

def test_create_index_SettingsDictCanNotBeSpecificWithOtherParametersLocal(self):
"""Test that settings_dict cannot be specified with other index creation
Expand Down

0 comments on commit 3fab2d6

Please sign in to comment.