From fca714f4b7d720b1c7e8a7a5293c37bdbebca4d3 Mon Sep 17 00:00:00 2001 From: Jefftree Date: Wed, 29 Jul 2020 15:23:17 -0700 Subject: [PATCH] Fix conformance ordering --- test/e2e/apimachinery/watch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/apimachinery/watch.go b/test/e2e/apimachinery/watch.go index cc18a132f84..25911bfe734 100644 --- a/test/e2e/apimachinery/watch.go +++ b/test/e2e/apimachinery/watch.go @@ -324,8 +324,8 @@ var _ = SIGDescribe("Watchers", func() { }) /* - Testname: watch-consistency Release: v1.15 + Testname: watch-consistency Description: Ensure that concurrent watches are consistent with each other by initiating an additional watch for events received from the first watch, initiated at the resource version of the event, and checking that all resource versions of all events match. Events are produced from writes on a background goroutine.