mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
# Backport This will backport the following commits from `main` to `8.10`: - [[Profiling] removing setup resoucers api test (#165103)](https://github.com/elastic/kibana/pull/165103) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Cauê Marcondes","email":"55978943+cauemarcondes@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-08-29T15:16:22Z","message":"[Profiling] removing setup resoucers api test (#165103)\n\nThe '/internal/profiling/setup/instructions' is a complex API that\r\nrelies on other plugins to be setup in order to test it properly. I'm\r\nremoving it from the tests for now.","sha":"3eb2aafbe2d17d1f7eb79a6ee480efa0654a53e4","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.10.0","v8.11.0"],"number":165103,"url":"https://github.com/elastic/kibana/pull/165103","mergeCommit":{"message":"[Profiling] removing setup resoucers api test (#165103)\n\nThe '/internal/profiling/setup/instructions' is a complex API that\r\nrelies on other plugins to be setup in order to test it properly. I'm\r\nremoving it from the tests for now.","sha":"3eb2aafbe2d17d1f7eb79a6ee480efa0654a53e4"}},"sourceBranch":"main","suggestedTargetBranches":["8.10"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/165103","number":165103,"mergeCommit":{"message":"[Profiling] removing setup resoucers api test (#165103)\n\nThe '/internal/profiling/setup/instructions' is a complex API that\r\nrelies on other plugins to be setup in order to test it properly. I'm\r\nremoving it from the tests for now.","sha":"3eb2aafbe2d17d1f7eb79a6ee480efa0654a53e4"}}]}] BACKPORT--> Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>
This commit is contained in:
parent
580501a0ec
commit
94e894589d
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ export default function featureControlsTests({ getService }: FtrProviderContext)
|
|||
params: { query: { timeFrom: start, timeTo: end, kuery: '' } },
|
||||
},
|
||||
{ url: profilingRoutePaths.SetupDataCollectionInstructions },
|
||||
{ url: profilingRoutePaths.HasSetupESResources },
|
||||
];
|
||||
|
||||
async function executeRequests({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue