Skip to content

Commit

Permalink
Don't specify name for TestRegress1036
Browse files Browse the repository at this point in the history
Specifying `name` causes the test to fail when run at the same time as another CI
pipeline, since the specified name must be project unique.
  • Loading branch information
iwahbe committed Dec 10, 2024
1 parent 0d04a54 commit 5f6cb25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/regress-1036/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
private_zone = gcp.dns.ManagedZone("private",
description=description,
dns_name="example.net.",
name="private",
visibility="private",
)

0 comments on commit 5f6cb25

Please sign in to comment.