Skip to content

Commit

Permalink
run multishard syncing tests with kind
Browse files Browse the repository at this point in the history
Signed-off-by: David Festal <dfestal@redhat.com>
  • Loading branch information
davidfestal committed Apr 6, 2023
1 parent c04ebf8 commit 874a491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/syncer/multishard/multishard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import (
// with distinct virtual workspace URLs.
func TestSyncingFromMultipleShards(t *testing.T) {
t.Parallel()
framework.Suite(t, "transparent-multi-cluster")
framework.Suite(t, "transparent-multi-cluster:requires-kind")

ctx, cancelFunc := context.WithCancel(context.Background())
t.Cleanup(cancelFunc)
Expand Down

0 comments on commit 874a491

Please sign in to comment.