Skip to content

Commit

Permalink
Merge pull request cloudflare#3276 from cloudflare/fix-keyless-test
Browse files Browse the repository at this point in the history
ci: remove parallel test for keyless ssl
  • Loading branch information
jacobbednarz committed Apr 29, 2024
2 parents 6242f03 + 9118826 commit 95296cb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
)

func TestAccCloudflareKeylessSSL_Basic(t *testing.T) {
t.Parallel()
zoneID := os.Getenv("CLOUDFLARE_ZONE_ID")
rnd := generateRandomResourceName()
name := fmt.Sprintf("cloudflare_keyless_certificate.%s", rnd)
Expand Down

0 comments on commit 95296cb

Please sign in to comment.