Skip to content

Commit

Permalink
contrib/test/int/e2e: rm skip
Browse files Browse the repository at this point in the history
Somehow commit 980afc5 (17 Nov 2019) did not make it
to the current master/HEAD, so let's try it here.

Also remove "fix vim syntax highlighting" as it's apparently no longer
needed (tested with vim 8.2).

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Nov 6, 2020
1 parent 47637b3 commit 6e738b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contrib/test/integration/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
state: present
value: 1048576

# TODO remove the last six tests once the newtworking issue with AWS is figured out https://github.com/cri-o/cri-o/issues/1529
- name: Buffer the e2e testing command to workaround Ansible YAML folding "feature"
set_fact:
e2e_shell_cmd: >
Expand All @@ -18,12 +17,11 @@
--provider=local
--test
--test_args="-host=https://{{ ansible_default_ipv4.address }}:6443
--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PersistentVolumes|\[HPA\]|should.support.building.a.client.with.a.CSR|should.propagate.mounts.to.the.host|for.NodePort.service|type.clusterIP|unready.pods|ExternalName.services|Guestbook.application|in-cluster.config|Pods.should.support.pod.readiness.gates|\[sig-storage\].In-tree.Volumes.\[Driver:.local\]|\[sig-storage\].CSI.Volumes.CSI.Topology.test.using.GCE.PD.driver|\[sig\-storage\]\sCSI\sVolumes\s\[Driver\:\scsi\-hostpath\]\s\[Testpattern\:\sDynamic\sPV\s\(block\svolmode\)\]\svolumes\sshould\sstore\sdata|\[sig\-storage\]\sCSI\sVolumes\s\[Driver\:\scsi\-hostpath\]\s\[Testpattern\:\sDynamic\sPV\s\(block\svolmode\)\]\sprovisioning\sshould\sprovision\sstorage\swith\spvc\sdata\ssource|\[sig-network\]\sServices\sshould\sbe\sable\sto\spreserve\sUDP\straffic\swhen\sserver\spod\scycles\sfor\sa\sNodePort\sservice|Events.should.be.sent.by.kubelets.and.the.scheduler.about.pods.scheduling.and.running|\[sig\-apps\].DisruptionController.should.block.an.eviction.until.the.PDB.is.updated.to.allow.it|\[sig\-instrumentation\].MetricsGrabber
--ginkgo.skip=\[Slow\]|\[Flaky\]
--ginkgo.noColor
--ginkgo.succinct
--report-dir={{ artifacts }}"
&> {{ artifacts }}/e2e.log
# Fix vim syntax highlighting: "
- block:

Expand Down

0 comments on commit 6e738b8

Please sign in to comment.