From b9933d566cb0a1e60a71748dc9acf88ab6f350e8 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Fri, 19 Mar 2021 12:11:34 -0500 Subject: [PATCH] skip "doc table should show popover" #94889 --- test/functional/apps/discover/_data_grid_doc_table.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/functional/apps/discover/_data_grid_doc_table.ts b/test/functional/apps/discover/_data_grid_doc_table.ts index fb19111d92c6..85aa96555f20 100644 --- a/test/functional/apps/discover/_data_grid_doc_table.ts +++ b/test/functional/apps/discover/_data_grid_doc_table.ts @@ -58,7 +58,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { await PageObjects.timePicker.setDefaultAbsoluteRange(); }); - it('should show popover with expanded cell content by click on expand button', async () => { + // flaky https://github.com/elastic/kibana/issues/94889 + it.skip('should show popover with expanded cell content by click on expand button', async () => { log.debug('open popover with expanded cell content to get json from the editor'); const documentCell = await dataGrid.getCellElement(1, 3); await documentCell.click();