Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 284633b

Browse files
committed
skip us-west1
1 parent 64fcf82 commit 284633b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def instance_config(instance_configs):
156156
us_configs = [
157157
config
158158
for config in instance_configs
159-
if config.display_name in ["us-south1", "us-east4", "us-west1"]
159+
if config.display_name in ["us-south1", "us-east4"]
160160
]
161161

162162
config = (

0 commit comments

Comments
 (0)