[k8s] Skip Aggregator test 04/1304/1
authorCristina Pauna <cristina.pauna@enea.com>
Thu, 1 Aug 2019 11:33:18 +0000 (14:33 +0300)
committerCristina Pauna <cristina.pauna@enea.com>
Thu, 1 Aug 2019 11:44:21 +0000 (14:44 +0300)
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 <cristina.pauna@enea.com>
Change-Id: I18cbc40a1d51e4f9b81872a289025a66b384d50c

tests/k8s/conformance/sonobuoy.yaml

index 4d409b6..62f3280 100644 (file)
@@ -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"]