mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +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:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user