mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#174682)
This commit is contained in:
parent
36ec5f3c0b
commit
ffeef9de44
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ import type { AppMockRenderer } from '../../common/mock';
|
|||
import { createAppMockRenderer } from '../../common/mock';
|
||||
import { ColumnsPopover } from './columns_popover';
|
||||
|
||||
describe('ColumnsPopover', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/174682
|
||||
describe.skip('ColumnsPopover', () => {
|
||||
let appMockRenderer: AppMockRenderer;
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue