Skip to content

Commit

Permalink
Revert "Skip flaky test #143718"
Browse files Browse the repository at this point in the history
This reverts commit 1d7c084.
  • Loading branch information
Tyler Smalley committed Oct 20, 2022
1 parent 324dbd7 commit 331388f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ jest.mock('../../fields_browser/create_field_button', () => ({
useCreateFieldButton: () => <></>,
}));

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

0 comments on commit 331388f

Please sign in to comment.