Skip to content

Commit

Permalink
[ignore] CI test setting with name
Browse files Browse the repository at this point in the history
  • Loading branch information
shrsr committed May 22, 2024
1 parent 0b81641 commit 98c30ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_aci_rest_managed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func TestAccAciRestManaged_tenantVrf(t *testing.T) {

func TestAccAciRestManaged_import(t *testing.T) {
fmt.Println("GOMAXPROCS is set to:", runtime.GOMAXPROCS(0))
name := acctest.RandStringFromCharSet(10, acctest.CharSetAlphaNum)
name := "check"

resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Expand Down

0 comments on commit 98c30ad

Please sign in to comment.