8000 remove unknown-markers in test_transcribe (#10920) · localstack/localstack@287138e · GitHub
[go: up one dir, main page]

Skip to content

Commit 287138e

Browse files
remove unknown-markers in test_transcribe (#10920)
1 parent d08e1f0 commit 287138e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/aws/services/transcribe/test_transcribe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def is_transcription_done():
9292
("../../files/en-us_video.mp4", "one of the most vital"),
9393
],
9494
)
95-
@markers.aws.unknown
95+
@markers.aws.needs_fixing
9696
def test_transcribe_supported_media_formats(
9797
self, transcribe_create_job, media_file, speech, aws_client
9898
):
@@ -118,7 +118,7 @@ def _assert_transcript():
118118

119119
retry(_assert_transcript, retries=30, sleep=2)
120120

121-
@markers.aws.unknown
121+
@markers.aws.needs_fixing
122122
def test_transcribe_unsupported_media_format_failure(self, transcribe_create_job, aws_client):
123123
# Ensure transcribing an empty file fails
124124
file_path = new_tmp_file()

0 commit comments

Comments
 (0)
0