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

Commit b0a0331

Browse files
skip terraform tests (#9080)
1 parent 87d0359 commit b0a0331

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/aws/test_terraform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def get_base_dir():
7171
# TODO: replace "clouddrove/api-gateway/aws" with normal apigateway module and update terraform
7272
# TODO: rework this setup for multiple (potentially parallel) terraform tests by providing variables (see .auto.tfvars)
7373
# TODO: fetch generated ARNs from terraform instead of static/building ARNs
74+
@pytest.mark.skip(reason="disabled until further notice due to flakiness and lacking quality")
7475
class TestTerraform:
7576
@classmethod
7677
def init_async(cls):

0 commit comments

Comments
 (0)