Skip to content

Commit

Permalink
[ignore] Test go client code change to avoid race condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
samiib committed May 23, 2024
1 parent f118801 commit 8ca860b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- run: chmod +x ./scripts/gofmtcheck.sh
- name: gofmt Check
run: ./scripts/gofmtcheck.sh
- run: go mod tidy
- run: go mod vendor
- name: Check vendor for changes
run: git diff --exit-code
# - run: go mod tidy
# - run: go mod vendor
# - name: Check vendor for changes
# run: git diff --exit-code
- name: Build
run: go build -v

Expand Down Expand Up @@ -76,9 +76,7 @@ jobs:
terraform_version: '1.7.*'
terraform_wrapper: false
- name: Terraform Acceptance Test (APIC ${{ matrix.apic_host.name }})
# TODO: Fix TestAccAciRestManaged_importWithIpv6 to resolve data race failures occurring in the CI
# https://github.com/CiscoDevNet/terraform-provider-aci/issues/1218
run: go test github.com/CiscoDevNet/terraform-provider-aci/v2/internal/provider -v -race -timeout 300m -coverprofile=coverage.out -covermode=atomic -skip TestAccAciRestManaged_importWithIpv6
run: go test github.com/CiscoDevNet/terraform-provider-aci/v2/internal/provider -v -race -timeout 300m -coverprofile=coverage.out -covermode=atomic -run TestAccAciRestManaged_importWithIpv6
env:
TF_ACC: '1'
TF_ACC_STATE_LINEAGE: '1'
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8ca860b

Please sign in to comment.