Skip to content

Commit

Permalink
[ignore] CI test setting with cpu 1
Browse files Browse the repository at this point in the history
  • Loading branch information
shrsr committed May 22, 2024
1 parent 5b213a0 commit 129146a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
terraform_version: '1.7.*'
terraform_wrapper: false
- name: Terraform Acceptance Test (APIC ${{ matrix.apic_host.name }})
run: go test github.com/CiscoDevNet/terraform-provider-aci/v2/internal/provider -v -timeout 300m -race -coverprofile=coverage.out -covermode=atomic
run: go test github.com/CiscoDevNet/terraform-provider-aci/v2/internal/provider -v -timeout 300m -race -coverprofile=coverage.out -covermode=atomic -cpu 1 -run TestAccAciRestManaged_import
env:
TF_ACC: '1'
TF_ACC_STATE_LINEAGE: '1'
Expand Down

0 comments on commit 129146a

Please sign in to comment.