Skip to content

Commit

Permalink
skip flaky suite (#174682)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 30, 2024
1 parent 36ec5f3 commit ffeef9d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit ffeef9d

Please sign in to comment.