mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Revert "tests: Set a 5 minute timeout for kubectl cluster-info dump"
This reverts commit bc16100549
.
This commit is contained in:
parent
a42ff247af
commit
f3f4d535d5
@ -1083,12 +1083,7 @@ metadata:
|
||||
ginkgo.Describe("Kubectl cluster-info dump", func() {
|
||||
ginkgo.It("should check if cluster-info dump succeeds", func() {
|
||||
ginkgo.By("running cluster-info dump")
|
||||
|
||||
// Should return in a timely fashion (or we should mark the test slow)
|
||||
timer := time.NewTimer(300 * time.Second)
|
||||
defer timer.Stop()
|
||||
|
||||
framework.NewKubectlCommand(ns, "cluster-info", "dump").WithTimeout(timer.C).ExecOrDie(ns)
|
||||
framework.RunKubectlOrDie(ns, "cluster-info", "dump")
|
||||
})
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user