File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
tests/aws/services/stepfunctions/v2/callback Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 55from localstack_snapshot .snapshots .transformer import JsonpathTransformer , RegexTransformer
66
77from localstack .services .stepfunctions .asl .eval .count_down_latch import CountDownLatch
8+ from localstack .testing .aws .util import is_aws_cloud
89from localstack .testing .pytest import markers
910from localstack .utils .strings import short_uid
1011from localstack .utils .sync import retry
@@ -716,7 +717,8 @@ def test_sqs_failure_in_wait_for_task_tok_no_error_field(
716717 request ,
717718 ):
718719 if (
719- request .node .name
720+ not is_aws_cloud ()
721+ and request .node .name
720722 == "test_sqs_failure_in_wait_for_task_tok_no_error_field[SQS_PARALLEL_WAIT_FOR_TASK_TOKEN]"
721723 ):
722724 # TODO: The conditions in which TaskStateAborted error events are logged requires further investigations.
You can’t perform that action at this time.
0 commit comments