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 Jul 31, 2024
1 parent 9a06b3c commit 6a75d74
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 6a75d74

Please sign in to comment.