Skip to content

Commit

Permalink
[ignore] Set CI to cpu 1 until test in aci_rest_managed gets fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
samiib committed May 21, 2024
1 parent f118801 commit 3860bda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ 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
# TODO: Fix TestAccAciRestManaged_importWithIpv6 to resolve data race failures occurring in the CI.
# The "-cpu 1" argument can be removed when fixed.
# 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 -cpu 1 -timeout 300m -coverprofile=coverage.out -covermode=atomic
env:
TF_ACC: '1'
TF_ACC_STATE_LINEAGE: '1'
Expand Down

0 comments on commit 3860bda

Please sign in to comment.