mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
Merge pull request #99450 from jkaniuk/revert-5m-dump
Revert "tests: Set a 5 minute timeout for kubectl cluster-info dump"
This commit is contained in:
commit
7791be16eb
@ -1083,12 +1083,7 @@ metadata:
|
|||||||
ginkgo.Describe("Kubectl cluster-info dump", func() {
|
ginkgo.Describe("Kubectl cluster-info dump", func() {
|
||||||
ginkgo.It("should check if cluster-info dump succeeds", func() {
|
ginkgo.It("should check if cluster-info dump succeeds", func() {
|
||||||
ginkgo.By("running cluster-info dump")
|
ginkgo.By("running cluster-info dump")
|
||||||
|
framework.RunKubectlOrDie(ns, "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)
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user