From d61fcba7c53726fb16660c1e0b2a54a38aef69c4 Mon Sep 17 00:00:00 2001 From: Cristina Pauna Date: Thu, 1 Aug 2019 14:33:18 +0300 Subject: [PATCH] [k8s] Skip Aggregator test The validation k8s container contains k8s v1.15 which adds the Aggregator test to the conformance suite. However this tests fails when ran against clusters with older version of k8s, therefore we skip it. JIRA: VAL-8 Signed-off-by: Cristina Pauna Change-Id: I18cbc40a1d51e4f9b81872a289025a66b384d50c --- tests/k8s/conformance/sonobuoy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/k8s/conformance/sonobuoy.yaml b/tests/k8s/conformance/sonobuoy.yaml index 4d409b6..62f3280 100644 --- a/tests/k8s/conformance/sonobuoy.yaml +++ b/tests/k8s/conformance/sonobuoy.yaml @@ -87,7 +87,7 @@ data: - name: E2E_FOCUS value: '\[Conformance\]' - name: E2E_SKIP - value: 'Alpha|\[(Disruptive|Feature:[^\]]+|Flaky)\]' + value: 'Aggregator|Alpha|\[(Disruptive|Feature:[^\]]+|Flaky)\]' - name: E2E_PARALLEL value: '1' command: ["/run_e2e.sh"] -- 2.16.6