[Security Solution] Removes unmaintained tests#197408
[Security Solution] Removes unmaintained tests#197408MadameSheema merged 6 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/security-solution (Team: SecuritySolution) |
|
I think we want to keep the navigation smoke tests and set ownership to SharedUX. We want to be able to test that our components work as expected and are accessible. Can you please leave this file test_serverless/functional/test_suites/security/ftr/navigation.ts? thanks |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
|
Starting backport for target branches: 8.15, 8.16, 8.x https://github.com/elastic/kibana/actions/runs/11497726242 |
## Summary Deleting some tests that we don't maintain since we don't use the `test_serverless` folder for our serverless tests, in that way we'll prevent misunderstandings regarding ownership of it. (cherry picked from commit 6ae07b3)
💔 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 |
# Backport This will backport the following commits from `main` to `8.x`: - [[Security Solution] Removes unmaintained tests (#197408)](#197408) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gloria Hornero","email":"gloria.hornero@elastic.co"},"sourceCommit":{"committedDate":"2024-10-24T10:46:30Z","message":"[Security Solution] Removes unmaintained tests (#197408)\n\n## Summary\r\n\r\nDeleting some tests that we don't maintain since we don't use the\r\n`test_serverless` folder for our serverless tests, in that way we'll\r\nprevent misunderstandings regarding ownership of it.","sha":"6ae07b382dc134a50b854c56f61cbc78225acbd9","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team: SecuritySolution","backport:prev-major","v8.16.0","v8.17.0"],"title":"[Security Solution] Removes unmaintained tests","number":197408,"url":"https://github.com/elastic/kibana/pull/197408","mergeCommit":{"message":"[Security Solution] Removes unmaintained tests (#197408)\n\n## Summary\r\n\r\nDeleting some tests that we don't maintain since we don't use the\r\n`test_serverless` folder for our serverless tests, in that way we'll\r\nprevent misunderstandings regarding ownership of it.","sha":"6ae07b382dc134a50b854c56f61cbc78225acbd9"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197408","number":197408,"mergeCommit":{"message":"[Security Solution] Removes unmaintained tests (#197408)\n\n## Summary\r\n\r\nDeleting some tests that we don't maintain since we don't use the\r\n`test_serverless` folder for our serverless tests, in that way we'll\r\nprevent misunderstandings regarding ownership of it.","sha":"6ae07b382dc134a50b854c56f61cbc78225acbd9"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Gloria Hornero <gloria.hornero@elastic.co>
Summary
Deleting some tests that we don't maintain since we don't use the
test_serverlessfolder for our serverless tests, in that way we'll prevent misunderstandings regarding ownership of it.