Skip to content

Commit

Permalink
[8.x] [Search] unskip search details page tests (#196638) (#196694)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Search] unskip search details page tests
(#196638)](#196638)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Joe
McElroy","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-17T13:02:42Z","message":"[Search]
unskip search details page tests (#196638)\n\n## Summary\r\n\r\nSkip
only the search detail api tests \r\n\r\n### Checklist\r\n\r\nDelete any
items that are not applicable to this PR.\r\n\r\n- [x] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests changed\r\n\r\nCo-authored-by: Elastic Machine
<[email protected]>","sha":"05d9b5c088415f83a2496c3c24e9b0e7e8501981","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:Search","backport:prev-minor"],"title":"[Search]
unskip search details page
tests","number":196638,"url":"https://github.com/elastic/kibana/pull/196638","mergeCommit":{"message":"[Search]
unskip search details page tests (#196638)\n\n## Summary\r\n\r\nSkip
only the search detail api tests \r\n\r\n### Checklist\r\n\r\nDelete any
items that are not applicable to this PR.\r\n\r\n- [x] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests changed\r\n\r\nCo-authored-by: Elastic Machine
<[email protected]>","sha":"05d9b5c088415f83a2496c3c24e9b0e7e8501981"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196638","number":196638,"mergeCommit":{"message":"[Search]
unskip search details page tests (#196638)\n\n## Summary\r\n\r\nSkip
only the search detail api tests \r\n\r\n### Checklist\r\n\r\nDelete any
items that are not applicable to this PR.\r\n\r\n- [x] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests changed\r\n\r\nCo-authored-by: Elastic Machine
<[email protected]>","sha":"05d9b5c088415f83a2496c3c24e9b0e7e8501981"}}]}]
BACKPORT-->

Co-authored-by: Joe McElroy <[email protected]>
  • Loading branch information
kibanamachine and joemcelroy authored Oct 17, 2024
1 parent 232115c commit 31c90f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await pageObjects.svlSearchIndexDetailPage.expectConnectionDetails();
});

it('should show api key', async () => {
it.skip('should show api key', async () => {
await pageObjects.svlApiKeys.deleteAPIKeys();
await svlSearchNavigation.navigateToIndexDetailPage(indexName);
await pageObjects.svlApiKeys.expectAPIKeyAvailable();
Expand Down

0 comments on commit 31c90f0

Please sign in to comment.