-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Skip flaky transcribe tests #12473
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 #12473
Conversation
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 28s ⏱️ - 1h 53m 19s Results for commit 76dcfac. ± Comparison against base commit 245ebe0. This pull request removes 4288 tests.
This pull request skips 15 tests.
♻️ This comment has been updated with latest results. |
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
@sannya-singal had to also add skip for |
Motivation
In this run a couple of errors hint at flakiness:
AssertionError: assert 'IN_PROGRESS' == 'COMPLETED'
AssertionError: could not finish transcription job: test-transcribe-e98d9bf3 in time
.Changes
Added skip markers.