[9.1] [Profiling] Fix failing e2e tests in 9.1 (#227459)#227804
Merged
kibanamachine merged 1 commit intoelastic:9.1from Jul 14, 2025
Merged
[9.1] [Profiling] Fix failing e2e tests in 9.1 (#227459)#227804kibanamachine merged 1 commit intoelastic:9.1from
kibanamachine merged 1 commit intoelastic:9.1from
Conversation
Closes elastic#224515 elastic#224514 elastic#224516 Fix Cypress e2e tests that failed in version 9.1.0. Mock API responses to prevent periodical failures caused by changes to the API in Elasticsearch. (cherry picked from commit 7d50d3f)
Contributor
|
@elasticmachine merge upstream |
Contributor
|
There are no new commits on the base branch. |
rmyz
added a commit
that referenced
this pull request
Jul 28, 2025
# Backport This will backport the following commits from `main` to `8.19`: - [[Profiling] Fix failing e2e tests in 9.1 (#227459)](#227459) <!--- Backport version: 10.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Milosz Marcinkowski","email":"38698566+miloszmarcinkowski@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-07-14T11:53:14Z","message":"[Profiling] Fix failing e2e tests in 9.1 (#227459)\n\nCloses #224515 #224514 #224516\n\nFix Cypress e2e tests that failed in version 9.1.0. Mock API responses\nto prevent periodical failures caused by changes to the API in\nElasticsearch.","sha":"7d50d3fb89b4685bcc56dca1f2196627c17ec53d","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.1.0","v9.2.0"],"title":"[Profiling] Fix failing e2e tests in 9.1","number":227459,"url":"https://github.com/elastic/kibana/pull/227459","mergeCommit":{"message":"[Profiling] Fix failing e2e tests in 9.1 (#227459)\n\nCloses #224515 #224514 #224516\n\nFix Cypress e2e tests that failed in version 9.1.0. Mock API responses\nto prevent periodical failures caused by changes to the API in\nElasticsearch.","sha":"7d50d3fb89b4685bcc56dca1f2196627c17ec53d"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/227804","number":227804,"state":"MERGED","mergeCommit":{"sha":"c55727f49cf3177d587505256f084c546ca6592a","message":"[9.1] [Profiling] Fix failing e2e tests in 9.1 (#227459) (#227804)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.1`:\n- [[Profiling] Fix failing e2e tests in 9.1\n(#227459)](https://github.com/elastic/kibana/pull/227459)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by: Milosz Marcinkowski <38698566+miloszmarcinkowski@users.noreply.github.com>"}},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/227459","number":227459,"mergeCommit":{"message":"[Profiling] Fix failing e2e tests in 9.1 (#227459)\n\nCloses #224515 #224514 #224516\n\nFix Cypress e2e tests that failed in version 9.1.0. Mock API responses\nto prevent periodical failures caused by changes to the API in\nElasticsearch.","sha":"7d50d3fb89b4685bcc56dca1f2196627c17ec53d"}}]}] BACKPORT--> --------- Co-authored-by: Milosz Marcinkowski <38698566+miloszmarcinkowski@users.noreply.github.com>
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.
Backport
This will backport the following commits from
mainto9.1:Questions ?
Please refer to the Backport tool documentation