Skip to content

Commit ce806d6

Browse files
authored
Merge pull request apache#127 from dims/protect-regex-brackets-for-conformance-tests
protect regex brackets for specifying just conformance tests
2 parents 422bf3d + 96f0ff1 commit ce806d6

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)