Fix conformance ordering

This commit is contained in:
Jefftree 2020-07-29 15:23:17 -07:00
parent ace97738e2
commit fca714f4b7

View File

@ -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.