From 4b8b4cbe4dfdc70f5192fec693daa0c2b33a04f9 Mon Sep 17 00:00:00 2001 From: Michael Wilkerson Date: Mon, 17 Oct 2022 14:55:26 -0700 Subject: [PATCH] try #11 with only failing test --- .github/workflows/reusable-acceptance.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/reusable-acceptance.yml b/.github/workflows/reusable-acceptance.yml index 51be878954..71e470d008 100644 --- a/.github/workflows/reusable-acceptance.yml +++ b/.github/workflows/reusable-acceptance.yml @@ -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"