@@ -92,6 +92,7 @@ def transcribe_snapshot_transformer(snapshot):
92
92
snapshot .add_transformer (snapshot .transform .transcribe_api ())
93
93
94
94
95
+ @pytest .mark .skip (reason = "flaky" )
95
96
class TestTranscribe :
96
97
@pytest .fixture (scope = "class" , autouse = True )
97
98
def pre_install_dependencies (self ):
@@ -138,7 +139,6 @@ def is_transcription_done():
138
139
"$..Error..Code" ,
139
140
]
140
141
)
141
- @pytest .mark .skip (reason = "flaky" )
142
142
def test_transcribe_happy_path (self , transcribe_create_job , snapshot , aws_client ):
143
143
file_path = os .path .join (BASEDIR , "../../files/en-gb.wav" )
144
144
job_name = transcribe_create_job (audio_file = file_path )
@@ -183,7 +183,6 @@ def is_transcription_done():
183
183
],
184
184
)
185
185
@markers .aws .needs_fixing
186
- @pytest .mark .skip (reason = "flaky" )
187
186
def test_transcribe_supported_media_formats (
188
187
self , transcribe_create_job , media_file , speech , aws_client
189
188
):
@@ -324,7 +323,6 @@ def test_failing_start_transcription_job(self, s3_bucket, snapshot, aws_client):
324
323
(None , None ), # without output bucket and output key
325
324
],
326
325
)
327
- @pytest .mark .skip (reason = "flaky" )
328
326
def test_transcribe_start_job (
329
327
self ,
330
328
output_bucket ,
0 commit comments