You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This changes the text registration so that tags for which the framework has a
dedicated API (features, feature gates, slow, serial, etc.) those APIs are
used.
Arbitrary, custom tags are still left in place for now.
Copy file name to clipboardExpand all lines: test/e2e/apimachinery/chunking.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ var _ = SIGDescribe("Servers with support for API chunking", func() {
141
141
MUST return the remaining items in chunks of the size not exceeding the limit, with appropriately
142
142
set RemainingItems field in the response and with the ResourceVersion returned as part of the inconsistent list.
143
143
*/
144
-
framework.ConformanceIt("should support continue listing from the last key if the original version has been compacted away, though the list is inconsistent [Slow]", func(ctx context.Context) {
144
+
framework.ConformanceIt("should support continue listing from the last key if the original version has been compacted away, though the list is inconsistent", f.WithSlow(), func(ctx context.Context) {
0 commit comments