Skip to content

Commit

Permalink
kvstoremesh: re-enable the integration tests
Browse files Browse the repository at this point in the history
Now that a locking mechanism is in place to prevent the interaction
between different tests using the kvstore, let's enable again the
kvstoremesh integration tests.

Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
  • Loading branch information
giorio94 authored and borkmann committed Jun 20, 2023
1 parent 081c4d2 commit 03fdfef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/clustermesh/kvstoremesh/kvstoremesh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func (w *remoteEtcdClientWrapper) ListAndWatch(ctx context.Context, name, prefix
}

func TestRemoteClusterRun(t *testing.T) {
t.Skip("Skip: it appears to badly interact with the other clustermesh tests")
testutils.IntegrationTest(t)

kvstore.SetupDummyWithConfigOpts(t, "etcd",
Expand Down

0 comments on commit 03fdfef

Please sign in to comment.