Skip to content

Commit c6f3cc8

Browse files
committed
Clarify reason for test failure
1 parent 05e003a commit c6f3cc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/aws/services/events/test_archive_and_replay.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@ def test_delete_archive_error_unknown_archive(self, aws_client, snapshot):
362362
class TestReplay:
363363
@markers.aws.validated
364364
@pytest.mark.skipif(is_old_provider(), reason="not supported by the old provider")
365-
@pytest.mark.skip(reason="Not supported with Python-based rule engine")
365+
# TODO: Investigate and fix type error
366+
@pytest.mark.skip(reason="Fails with `TypeError: str.replace() takes no keyword arguments`")
366367
@pytest.mark.parametrize("event_bus_type", ["default", "custom"])
367368
@pytest.mark.skip_snapshot_verify(paths=["$..State"])
368369
def test_start_list_describe_canceled_replay(

0 commit comments

Comments
 (0)