Skip to content

Commit

Permalink
[8.15] [Lens][FTR] Skip failing test (#189039) (#189053)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.15`:
- [[Lens][FTR] Skip failing test
(#189039)](#189039)

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

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

<!--BACKPORT [{"author":{"name":"Marco
Liberati","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-07-24T10:21:59Z","message":"[Lens][FTR]
Skip failing test (#189039)\n\n## Summary\r\n\r\nSkip #164623 for
now\r\n\r\n---------\r\n\r\nCo-authored-by: Alex Szabo
<[email protected]>","sha":"997ec8dd49454b53bfbb690f8707a0427c934256","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Visualizations","release_note:skip","Feature:Lens","backport:prev-minor","v8.15.0","v8.16.0"],"title":"[Lens][FTR]
Skip failing
test","number":189039,"url":"https://github.com/elastic/kibana/pull/189039","mergeCommit":{"message":"[Lens][FTR]
Skip failing test (#189039)\n\n## Summary\r\n\r\nSkip #164623 for
now\r\n\r\n---------\r\n\r\nCo-authored-by: Alex Szabo
<[email protected]>","sha":"997ec8dd49454b53bfbb690f8707a0427c934256"}},"sourceBranch":"main","suggestedTargetBranches":["8.15"],"targetPullRequestStates":[{"branch":"8.15","label":"v8.15.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/189039","number":189039,"mergeCommit":{"message":"[Lens][FTR]
Skip failing test (#189039)\n\n## Summary\r\n\r\nSkip #164623 for
now\r\n\r\n---------\r\n\r\nCo-authored-by: Alex Szabo
<[email protected]>","sha":"997ec8dd49454b53bfbb690f8707a0427c934256"}}]}]
BACKPORT-->

Co-authored-by: Marco Liberati <[email protected]>
  • Loading branch information
kibanamachine and dej611 authored Jul 24, 2024
1 parent f7f7b12 commit ef6f44c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/test/functional/apps/lens/group1/ad_hoc_data_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
expect(await dataViews.isAdHoc()).to.be(true);
};

// Failing: See https://github.com/elastic/kibana/issues/164623
describe.skip('lens ad hoc data view tests', () => {
describe('lens ad hoc data view tests', () => {
it('should allow building a chart based on ad hoc data view', async () => {
await setupAdHocDataView();
await PageObjects.lens.configureDimension({
Expand Down Expand Up @@ -225,7 +224,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await browser.closeCurrentWindow();
});

it('should navigate to discover from embeddable correctly', async () => {
// Failing: See https://github.com/elastic/kibana/issues/164623
it.skip('should navigate to discover from embeddable correctly', async () => {
const [lensHandle] = await browser.getAllWindowHandles();
await browser.switchToWindow(lensHandle);
await PageObjects.header.waitUntilLoadingHasFinished();
Expand Down

0 comments on commit ef6f44c

Please sign in to comment.