We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95b45f commit 9bd5851Copy full SHA for 9bd5851
tests/aws/services/dynamodb/test_dynamodb.py
@@ -474,6 +474,7 @@ def test_valid_local_secondary_index(
474
transformed_dict = SortingTransformer("Items", lambda x: x).transform(result)
475
snapshot.match("Items", transformed_dict)
476
477
+ @pytest.mark.skip(reason="Temporarily skipped")
478
@markers.aws.only_localstack(reason="AWS has a 20 GSI limit")
479
def test_more_than_20_global_secondary_indexes(
480
self, dynamodb_create_table_with_parameters, aws_client
0 commit comments