diff --git a/tests/aws/services/transcribe/test_transcribe.py b/tests/aws/services/transcribe/test_transcribe.py index d52ac48c7e886..67c24351a8a88 100644 --- a/tests/aws/services/transcribe/test_transcribe.py +++ b/tests/aws/services/transcribe/test_transcribe.py @@ -92,6 +92,7 @@ def transcribe_snapshot_transformer(snapshot): snapshot.add_transformer(snapshot.transform.transcribe_api()) +@pytest.mark.skip(reason="flaky") class TestTranscribe: @pytest.fixture(scope="class", autouse=True) def pre_install_dependencies(self): @@ -138,7 +139,6 @@ def is_transcription_done(): "$..Error..Code", ] ) - @pytest.mark.skip(reason="flaky") def test_transcribe_happy_path(self, transcribe_create_job, snapshot, aws_client): file_path = os.path.join(BASEDIR, "../../files/en-gb.wav") job_name = transcribe_create_job(audio_file=file_path) @@ -183,7 +183,6 @@ def is_transcription_done(): ], ) @markers.aws.needs_fixing - @pytest.mark.skip(reason="flaky") def test_transcribe_supported_media_formats( self, transcribe_create_job, media_file, speech, aws_client ): @@ -324,7 +323,6 @@ def test_failing_start_transcription_job(self, s3_bucket, snapshot, aws_client): (None, None), # without output bucket and output key ], ) - @pytest.mark.skip(reason="flaky") def test_transcribe_start_job( self, output_bucket,