Skip to content

Commit 6b89691

Browse files
authored
Add wait for ClusterQueue Active status in visibility test (#7922)
1 parent 60590b8 commit 6b89691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/singlecluster/visibility_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ var _ = ginkgo.Describe("Kueue visibility server", func() {
8585
).
8686
Obj()
8787
util.MustCreate(ctx, k8sClient, clusterQueue)
88+
util.ExpectClusterQueuesToBeActive(ctx, k8sClient, clusterQueue)
8889

8990
localQueueA = utiltestingapi.MakeLocalQueue("a", nsA.Name).ClusterQueue(clusterQueue.Name).Obj()
9091
util.MustCreate(ctx, k8sClient, localQueueA)

0 commit comments

Comments
 (0)