From: Cristina Pauna Date: Thu, 1 Aug 2019 11:33:18 +0000 (+0300) Subject: [k8s] Skip Aggregator test X-Git-Tag: 2.0.0~54 X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=commitdiff_plain;h=d61fcba7c53726fb16660c1e0b2a54a38aef69c4 [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 --- 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"]