diff --git a/test/e2e/framework/test_context.go b/test/e2e/framework/test_context.go index 51a21e7d23e..abe4bfda133 100644 --- a/test/e2e/framework/test_context.go +++ b/test/e2e/framework/test_context.go @@ -510,6 +510,7 @@ func AfterReadingAllFlags(t *TestContextType) { gomega.SetDefaultConsistentlyPollingInterval(t.timeouts.Poll) gomega.SetDefaultEventuallyTimeout(t.timeouts.PodStart) gomega.SetDefaultConsistentlyDuration(t.timeouts.PodStartShort) + gomega.EnforceDefaultTimeoutsWhenUsingContexts() // ginkgo.PreviewSpecs will expand all nodes and thus may find new bugs. report := ginkgo.PreviewSpecs("Kubernetes e2e test statistics")