Skip to content

Commit

Permalink
try #11 with only failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkermichael committed Oct 17, 2022
1 parent b378288 commit 4b8b4cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/reusable-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ jobs:
fullpkg="github.com/hashicorp/consul-k8s/${{ inputs.directory }}/${pkg}"
echo "Testing package: ${fullpkg}"
if ! gotestsum --jsonfile=jsonfile-${pkg////-} -- ${fullpkg} -p 1 -timeout 2h -failfast \
${{ inputs.additional-flags }} \
-enable-enterprise \
-enable-multi-cluster \
-debug-directory=${{ env.TEST_RESULTS }}/debug \
-consul-k8s-image=${{ inputs.consul-k8s-image }} \
-run=TestConnectInject/"CLI install without secure" -v
then
echo "Tests in ${pkg} failed, aborting early"
Expand Down

0 comments on commit 4b8b4cb

Please sign in to comment.