[scout] fix cleanup in SO managerment find test#268349
Merged
Merged
Conversation
Contributor
💛 Build succeeded, but was flaky
Failed CI Steps
Test Failures
Metrics [docs]
|
Contributor
|
Starting backport for target branches: 8.19, 9.3, 9.4 https://github.com/elastic/kibana/actions/runs/25551401302 |
This was referenced May 8, 2026
Contributor
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
This was referenced May 8, 2026
kibanamachine
added a commit
that referenced
this pull request
May 8, 2026
) # Backport This will backport the following commits from `main` to `9.3`: - [[scout] fix cleanup in SO managerment find test (#268349)](#268349) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Dzmitry Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2026-05-08T10:46:59Z","message":"[scout] fix cleanup in SO managerment find test (#268349)\n\n## Summary\n\nCloses https://github.com/elastic/kibana/issues/268021\n\nCleaning saved objects in `beforeAll` hook to cleanup env as test\nexpects it to be.","sha":"3aa09730071a8de63b7d2cf4f1351eef1d857afa","branchLabelMapping":{"^v9.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","v9.5.0"],"title":"[scout] fix cleanup in SO managerment find test","number":268349,"url":"https://github.com/elastic/kibana/pull/268349","mergeCommit":{"message":"[scout] fix cleanup in SO managerment find test (#268349)\n\n## Summary\n\nCloses https://github.com/elastic/kibana/issues/268021\n\nCleaning saved objects in `beforeAll` hook to cleanup env as test\nexpects it to be.","sha":"3aa09730071a8de63b7d2cf4f1351eef1d857afa"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.5.0","branchLabelMappingKey":"^v9.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/268349","number":268349,"mergeCommit":{"message":"[scout] fix cleanup in SO managerment find test (#268349)\n\n## Summary\n\nCloses https://github.com/elastic/kibana/issues/268021\n\nCleaning saved objects in `beforeAll` hook to cleanup env as test\nexpects it to be.","sha":"3aa09730071a8de63b7d2cf4f1351eef1d857afa"}}]}] BACKPORT--> Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
This was referenced May 8, 2026
Contributor
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
js-jankisalvi
pushed a commit
to js-jankisalvi/kibana
that referenced
this pull request
May 12, 2026
## Summary Closes elastic#268021 Cleaning saved objects in `beforeAll` hook to cleanup env as test expects it to be.
Contributor
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
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.
Summary
Closes #268021
Cleaning saved objects in
beforeAllhook to cleanup env as test expects it to be.