Skip to content

Commit 48cef30

Browse files
fixup! NO-SNOW: Skip bindings tests on gcp
1 parent b8bb91f commit 48cef30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/csp_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,4 +504,4 @@ def __exit__(self, *args, **kwargs):
504504

505505

506506
def is_running_against_gcp():
507-
return os.getenv("cloud_provider").lower() == "gcp"
507+
return os.getenv("cloud_provider", "").lower() == "gcp"

0 commit comments

Comments
 (0)