diff --git a/test/e2e/kubectl.go b/test/e2e/kubectl.go index b0f1eef8792..98417d0ec7b 100644 --- a/test/e2e/kubectl.go +++ b/test/e2e/kubectl.go @@ -561,7 +561,12 @@ var _ = Describe("Kubectl client", func() { {"Labels:", "app=redis,role=master"}, {"Replicas:", "1 current", "1 desired"}, {"Pods Status:", "1 Running", "0 Waiting", "0 Succeeded", "0 Failed"}, - {"Events:"}} + // {"Events:"} would ordinarily go in the list + // here, but in some rare circumstances the + // events are delayed, and instead kubectl + // prints "No events." This string will match + // either way. + {"vents"}} checkOutput(output, requiredStrings) // Service