···130 disabledTests = [
131 # only appears in aarch64 currently, but best to be safe
132 "test_state_machine_list_executions_with_filter"
000133 ];
134135 meta = with lib; {
···130 disabledTests = [
131 # only appears in aarch64 currently, but best to be safe
132 "test_state_machine_list_executions_with_filter"
133+ # tests fail with 404 after Werkzeug 2.2 upgrade, see https://github.com/spulec/moto/issues/5341#issuecomment-1206995825
134+ "test_appsync_list_tags_for_resource"
135+ "test_s3_server_post_to_bucket_redirect"
136 ];
137138 meta = with lib; {