8000 Skip flaky transcribe tests (#12473) · localstack/localstack@e86e0c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit e86e0c4

Browse files
authored
Skip flaky transcribe tests (#12473)
1 parent 245ebe0 commit e86e0c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/aws/services/transcribe/test_transcribe.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def is_transcription_done():
138138
"$..Error..Code",
139139
]
140140
)
141+
@pytest.mark.skip(reason="flaky")
141142
def test_transcribe_happy_path(self, transcribe_create_job, snapshot, aws_client):
142143
file_path = os.path.join(BASEDIR, "../../files/en-gb.wav")
143144
job_name = transcribe_create_job(audio_file=file_path)
@@ -182,6 +183,7 @@ def is_transcription_done():
182183
],
183184
)
184185
@markers.aws.needs_fixing
186+
@pytest.mark.skip(reason="flaky")
185187
def test_transcribe_supported_media_formats(
186188
self, transcribe_create_job, media_file, speech, aws_client
187189
):
@@ -322,6 +324,7 @@ def test_failing_start_transcription_job(self, s3_bucket, snapshot, aws_client):
322324
(None, None), # without output bucket and output key
323325
],
324326
)
327+
@pytest.mark.skip(reason="flaky")
325328
def test_transcribe_start_job(
326329
self,
327330
output_bucket,

0 commit comments

Comments
 (0)
0