Skip to content

Commit

Permalink
[ignore] Temp change to run specific test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samiib committed May 16, 2024
1 parent 0190fa0 commit 3344794
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 -p 1 -race -timeout 300m -coverprofile=coverage.out -covermode=atomic
run: go test github.com/CiscoDevNet/terraform-provider-aci/v2/internal/provider -v -p 1 -race -timeout 300m -coverprofile=coverage.out -covermode=atomic -run ".*TestAccAciRestManaged_importWithIpv6.*"
env:
TF_ACC: '1'
TF_ACC_STATE_LINEAGE: '1'
Expand Down

0 comments on commit 3344794

Please sign in to comment.