mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
ginkgo.It
doesn't have a timeout
arg anymore
Signed-off-by: Dave Chen <dave.chen@arm.com>
This commit is contained in:
parent
05c0f4a298
commit
2eb8e9e81f
@ -643,8 +643,8 @@ func (kc *KubeConfig) FindCluster(name string) *KubeCluster {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ConformanceIt is wrapper function for ginkgo It. Adds "[Conformance]" tag and makes static analysis easier.
|
// ConformanceIt is wrapper function for ginkgo It. Adds "[Conformance]" tag and makes static analysis easier.
|
||||||
func ConformanceIt(text string, body interface{}, timeout ...float64) bool {
|
func ConformanceIt(text string, body interface{}) bool {
|
||||||
return ginkgo.It(text+" [Conformance]", body, timeout...)
|
return ginkgo.It(text+" [Conformance]", body)
|
||||||
}
|
}
|
||||||
|
|
||||||
// PodStateVerification represents a verification of pod state.
|
// PodStateVerification represents a verification of pod state.
|
||||||
|
Loading…
Reference in New Issue
Block a user