Skip to content

Commit

Permalink
skip flaky suite (elastic#192672)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Dec 12, 2024
1 parent f29eed4 commit 3405bb5
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 { createAppMockRenderer } from '../../common/mock';

const showMoreClickMock = jest.fn();

describe('ShowMoreButton', () => {
// FLAKY: https://github.com/elastic/kibana/issues/192672
describe.skip('ShowMoreButton', () => {
let appMockRender: AppMockRenderer;

beforeEach(() => {
Expand Down

0 comments on commit 3405bb5

Please sign in to comment.