Chore/run tests without increased global timeout#960
Closed
makelicious wants to merge 1817 commits intodevelopfrom
Closed
Chore/run tests without increased global timeout#960makelicious wants to merge 1817 commits intodevelopfrom
makelicious wants to merge 1817 commits intodevelopfrom
Conversation
…1539) * fix: expected protected fields to be hidden * chore: update notify action copy * test: skip browser back button test for now
chore: add test for all status advanced search
…ig into ocrvs-9675
…ig into ocrvs-9675
* fix: temporary change DC * Add environment files for v19-alpha-staging * Add environment files for v19-alpha-prod * fix: add missing secrets * Add environment files for v19-alpha-staging * Add environment files for v19-alpha-prod * Apply suggestions from code review Co-authored-by: Riku Rouvila <riku.rouvila@gmail.com> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Riku Rouvila <riku.rouvila@gmail.com>
…encrvs-farajaland into fix/e2e/adv-search-7
fix: v2-advanced-search/7-search-birth-event-declaration-stauts.spec.ts
advanced search birth child event e2e added
fix: blur text input after fill
update e2e domain
…yconfig into sync-fork-18-08
[OCRVS-10124] Show assign modal
…yconfig into sync-fork-18-08
Death correction action config
…yconfig into sync-fork-20-08
Sync fork 20 08
Remove adding comment and signing since notify annotation is applied onto declaration
…-mapping chore: update test cases to accommodate workqueue action mapping
…jaland into fix/ocrvs-10124
Update Farajaland from develop
[OCRVS-10124] Unassign modal
We have retry mechanism for files. It seems that the file retry is the one that helps the tests pass. Having both increases the runtime by a good margin
This file contains hidden or 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
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
We have retry mechanism for files. It seems that the file retry is the one that helps the tests pass in CI. Having both increases the runtime by a good margin. In failure situations, tests that are not gonna pass are left hanging.
The aim is to identify the tests that actually need minute and a half of retry. In those scenarios, we either change the tests, or if that is not possible identify the proper timeout https://playwright.dev/docs/test-timeouts
Link this pull request to the GitHub issue (and optionally name the branch
ocrvs-<issue #>)Checklist