Skip to content

Commit 96f0ff1

Browse files
committed
protect regex brackets for specifying just conformance tests
1 parent f3df030 commit 96f0ff1

File tree

1 file changed

+1
-1
lines changed
  • playbooks/cloud-provider-openstack-acceptance-test-e2e-conformance

1 file changed

+1
-1
lines changed

playbooks/cloud-provider-openstack-acceptance-test-e2e-conformance/run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
--deployment=local \
9696
--provider=local \
9797
--ginkgo-parallel=1 \
98-
--test_args="--ginkgo.focus=[Conformance]" \
98+
--test_args="--ginkgo.focus=\\[Conformance\\]" \
9999
--timeout=120m
100100
executable: /bin/bash
101101
chdir: '{{ zuul.project.src_dir }}'

0 commit comments

Comments
 (0)