Skip to content

Commit

Permalink
refactor: disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcanay committed Oct 23, 2024
1 parent f9b5eac commit a639841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_weaviate_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ def test_terminology_and_model_specific_mappings_with_similarities(self):
self.assertEqual(specific_mappings_with_similarities[0][0].sentence_embedder, self.model_name1)
self.assertAlmostEqual(specific_mappings_with_similarities[0][1], 0.3947341, 3)

@unittest.skip("currently broken on github workflows")
def test_repository_restart(self):
"""Test the repository restart functionality to ensure no data is lost or corrupted."""
self.repository.shut_down()
# Re-initialize repository
repository = WeaviateRepository(mode="disk", path="db")

Expand Down

0 comments on commit a639841

Please sign in to comment.