Skip to content

Commit

Permalink
skip flaky suite (#200787)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 19, 2024
1 parent 78626c8 commit c65bc3b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ mockedAppContextService.getSecuritySetup.mockImplementation(() => ({

let mockedLogger: jest.Mocked<Logger>;

describe('Test packages', () => {
// FLAKY: https://github.com/elastic/kibana/issues/200787
describe.skip('Test packages', () => {
beforeEach(() => {
mockedLogger = loggerMock.create();
mockedAppContextService.getLogger.mockReturnValue(mockedLogger);
Expand Down

0 comments on commit c65bc3b

Please sign in to comment.