-
Notifications
You must be signed in to change notification settings - Fork 11
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
marking flaky tests #524
Merged
Merged
marking flaky tests #524
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @shakyShane and the rest of your teammates on Graphite |
I think we have at most about 5 possible flaky tests - these are ones I could re-create on |
This was referenced Mar 7, 2024
Draft
GioSensation
approved these changes
Mar 7, 2024
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.
🚀
This was referenced Mar 14, 2024
CDRussell
pushed a commit
to duckduckgo/Android
that referenced
this pull request
Mar 18, 2024
Task/Issue URL: https://app.asana.com/0/1206839421155384/1206839421155384 Autofill Release: https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/10.2.0 ## Description Updates Autofill to version [10.2.0](https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/10.2.0). ### Autofill 10.2.0 release notes ## What's Changed * Remove unused Android UA check by @jonathanKingston in duckduckgo/duckduckgo-autofill#494 * fix tracker radar kit reference by @brindy in duckduckgo/duckduckgo-autofill#505 * Update password-related json files (2024-03-04) by @daxmobile in duckduckgo/duckduckgo-autofill#518 * separate 'third party provider' feature by @shakyShane in duckduckgo/duckduckgo-autofill#252 * marking flaky tests by @shakyShane in duckduckgo/duckduckgo-autofill#524 * remove device-specifc 'isEnabled' checks by @shakyShane in duckduckgo/duckduckgo-autofill#523 * fixing some flaky tests by @shakyShane in duckduckgo/duckduckgo-autofill#526 * Fixes bugs for Lufthansa, Twitter, Rumble by @GioSensation in duckduckgo/duckduckgo-autofill#529 * Update Github action dependency by @GioSensation in duckduckgo/duckduckgo-autofill#531 ## New Contributors * @brindy made their first contribution in duckduckgo/duckduckgo-autofill#505 **Full Changelog**: duckduckgo/duckduckgo-autofill@10.1.0...10.2.0 ## Steps to test This release has been tested during autofill development. For smoke test steps see [this task](https://app.asana.com/0/1198964220583541/1200583647142330/f). Co-authored-by: GioSensation <1828326+GioSensation@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
No changes, just starting to mark tests that we see are flaky.
Then, you can run just those tests, or everything but
npm run test:integration -- --grep '@flaky'
Running everything BUT flaky tests
npm run test:integration -- --grep-invert '@flaky'