Skip to content

Commit

Permalink
Merge pull request #2761 from jmprusi/jmprusi/fix-test-nokind
Browse files Browse the repository at this point in the history
🐛 test/e2e/scheduling: don't require kind for upsynced test
  • Loading branch information
openshift-merge-robot committed Feb 8, 2023
2 parents 87f44d4 + 2dcb532 commit 5b3b404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/reconciler/scheduling/upsynced_scheduling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import (
// 5. Delete the synctarget, and verify that the upsynced pod gets deleted.
func TestUpsyncedScheduling(t *testing.T) {
t.Parallel()
framework.Suite(t, "transparent-multi-cluster:requires-kind")
framework.Suite(t, "transparent-multi-cluster")

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

0 comments on commit 5b3b404

Please sign in to comment.