mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#205871)
This commit is contained in:
parent
935d2e1444
commit
6395d9d1c8
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ mockedAppContextService.getSecuritySetup.mockImplementation(() => ({
|
|||
|
||||
let mockedLogger: jest.Mocked<Logger>;
|
||||
|
||||
describe('Test packages', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/205871
|
||||
describe.skip('Test packages', () => {
|
||||
beforeEach(() => {
|
||||
mockedLogger = loggerMock.create();
|
||||
mockedAppContextService.getLogger.mockReturnValue(mockedLogger);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue