-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
skip flaky transcribe tests #12260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skip flaky transcribe tests #12260
Conversation
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 37s ⏱️ - 1h 53m 16s Results for commit 2ee393f. ± Comparison against base commit 25d4d82. This pull request removes 4074 tests.
This pull request skips 15 tests.
♻️ This comment has been updated with latest results. |
Some transcribe tests have been very flaky due to the unstable on-demand download of used backends. Unfortunately, this commit skips the last transcribe test that actually transcribes media files. see https://app.circleci.com/pipelines/github/localstack/localstack/31132/workflows/352699b7-785d-4672-a966-a5f073e5a6e6/jobs/277165 see https://app.circleci.com/pipelines/github/localstack/localstack/31131/workflows/2aaa3688-b9ae-4db9-b661-ba4693df7531/jobs/277148 see https://app.circleci.com/pipelines/github/localstack/localstack/31138/workflows/140d0a47-10c0-48ad-87d7-17967e3ab11d/jobs/277209
38b6047
to
2ee393f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for jumping on this 🦸 LGTM!
It was also skipped before in #12260
Motivation
We have seen a bunch of flaky runs with the Transcribe tests in the past, and it seems that we still see issues.
This PR skips the last test which actually performs an actual transcription task. This should definitely be addressed fairly soon, but for the sake of the stability of our pipelines we are right now actively skipping all flaky tests.
/cc @sannya-singal
Changes
transcribe
service integration tests which actually perform transcriptions.