···130130 disabledTests = [
131131 # only appears in aarch64 currently, but best to be safe
132132 "test_state_machine_list_executions_with_filter"
133133+ # tests fail with 404 after Werkzeug 2.2 upgrade, see https://github.com/spulec/moto/issues/5341#issuecomment-1206995825
134134+ "test_appsync_list_tags_for_resource"
135135+ "test_s3_server_post_to_bucket_redirect"
133136 ];
134137135138 meta = with lib; {