Skip to content

Commit f81164a

Browse files
authored
fix: skip efs and fsx integ tests in all regions (#1020)
1 parent 88316ac commit f81164a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
NO_LDA_REGIONS = ["eu-west-3", "eu-north-1", "sa-east-1", "ap-east-1"]
7272
NO_MARKET_PLACE_REGIONS = ["eu-west-3", "eu-north-1", "sa-east-1", "ap-east-1"]
7373

74-
EFS_TEST_ENABLED_REGION = ["us-west-2"]
74+
EFS_TEST_ENABLED_REGION = []
7575

7676
logging.getLogger("boto3").setLevel(logging.INFO)
7777
logging.getLogger("botocore").setLevel(logging.INFO)

0 commit comments

Comments
 (0)