Skip to content

Commit

Permalink
Skip flaky test #143718
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Oct 20, 2022
1 parent 8b8c1fc commit 1d7c084
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ jest.mock('../../fields_browser/create_field_button', () => ({
useCreateFieldButton: () => <></>,
}));

describe('Body', () => {
// SKIP: https://github.com/elastic/kibana/issues/143718
describe.skip('Body', () => {
const mount = useMountAppended();
const mockRefetch = jest.fn();
let appToastsMock: jest.Mocked<ReturnType<typeof useAppToastsMock.create>>;
Expand Down

0 comments on commit 1d7c084

Please sign in to comment.