Skip to content

Commit ee13a0b

Browse files
committed
run if aws_cloud
1 parent 73a7f90 commit ee13a0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/aws/services/stepfunctions/v2/callback/test_callback.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from localstack_snapshot.snapshots.transformer import JsonpathTransformer, RegexTransformer
66

77
from localstack.services.stepfunctions.asl.eval.count_down_latch import CountDownLatch
8+
from localstack.testing.aws.util import is_aws_cloud
89
from localstack.testing.pytest import markers
910
from localstack.utils.strings import short_uid
1011
from 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.

0 commit comments

Comments
 (0)