From 9808fa3d6cc3a8ceb5e60f55c1f9c9133b1fdc1e Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Fri, 24 May 2019 17:52:33 -0700 Subject: [PATCH] mitigate test flake when kubectl e2e and crd-openapi e2e run in parallel --- test/e2e/apimachinery/crd_publish_openapi.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/e2e/apimachinery/crd_publish_openapi.go b/test/e2e/apimachinery/crd_publish_openapi.go index f2af806fda2..04766e40261 100644 --- a/test/e2e/apimachinery/crd_publish_openapi.go +++ b/test/e2e/apimachinery/crd_publish_openapi.go @@ -598,4 +598,6 @@ properties: properties: bars: description: List of Bars and their statuses. - type: array`) + type: array + items: + type: object`)