Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: tao.yang <[email protected]>
  • Loading branch information
ty-dc committed Sep 5, 2024
1 parent 64fa3de commit bb85486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/subnet/subnet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,6 @@ var _ = Describe("test subnet", Label("subnet"), func() {
Expect(frame.CreatePod(podYaml)).To(Succeed())
ctx, cancel := context.WithTimeout(context.Background(), time.Minute*1)
defer cancel()
GinkgoWriter.Printf("wait for one minute that pod %v/%v would not ready. \n", namespace, podName)
_, err = frame.WaitPodStarted(podName, namespace, ctx)
Expect(err).To(HaveOccurred())
})
Expand Down

0 comments on commit bb85486

Please sign in to comment.