Skip to content

Commit

Permalink
remove TEST_WEAVIATE_IMAGE env from replicaiton test
Browse files Browse the repository at this point in the history
  • Loading branch information
moogacs committed May 9, 2024
1 parent 565ca07 commit 75503b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/acceptance/replication/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
)

func TestReplication(t *testing.T) {
t.Setenv("TEST_WEAVIATE_IMAGE", "weaviate/test-server")
t.Run("SyncReplication", immediateReplicaCRUD)
t.Run("EventualConsistency", eventualReplicaCRUD)
t.Run("ScaleOut", multiShardScaleOut)
Expand Down

0 comments on commit 75503b1

Please sign in to comment.