Skip to content
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

[Backport 2.14] Remove unnecessary sleep between test runs #755

Merged
merged 1 commit into from
May 1, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport e509a03 from #746

The introduction of `sleep` between test runs in `dashboard_spec.js` and `detector_list_spec.js` was initially implemented to handle timing issues. However, these tests were actually failing due to a recent URL change, as detailed in opensearch-project/opensearch-dashboards-functional-test#1257.

With the root cause of the failures addressed, the delays introduced by `sleep` commands are now redundant and can potentially slow down the testing process without providing any benefit. This PR removes these unnecessary sleep intervals between test executions.

**Testing Done:**
- Confirmed that all remote Cypress tests pass without the sleep intervals.

Signed-off-by: Kaituo Li <kaituo@amazon.com>
(cherry picked from commit e509a03)
@dbwiddis dbwiddis merged commit 3bbf18c into 2.14 May 1, 2024
8 of 10 checks passed
@github-actions github-actions bot deleted the backport/backport-746-to-2.14 branch May 1, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants