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
- 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"]