Skip to content

Commit 9bd5851

Browse files
authored
DynamoDB: skip failing test test_more_than_20_global_secondary_indexes (#12874)
1 parent c95b45f commit 9bd5851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/aws/services/dynamodb/test_dynamodb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ def test_valid_local_secondary_index(
474474
transformed_dict = SortingTransformer("Items", lambda x: x).transform(result)
475475
snapshot.match("Items", transformed_dict)
476476

477+
@pytest.mark.skip(reason="Temporarily skipped")
477478
@markers.aws.only_localstack(reason="AWS has a 20 GSI limit")
478479
def test_more_than_20_global_secondary_indexes(
479480
self, dynamodb_create_table_with_parameters, aws_client

0 commit comments

Comments
 (0)