skip failing test suite (#171908)

This commit is contained in:
Jonathan Budzenski 2024-01-29 15:54:49 -06:00
parent 5c66b95e29
commit 99e8cd042e

View file

@ -72,7 +72,8 @@ const alertDataMock: AlertData = {
file: { path: 'test/path' },
};
describe('When the add exception modal is opened', () => {
// Failing: See https://github.com/elastic/kibana/issues/171908
describe.skip('When the add exception modal is opened', () => {
let defaultEndpointItems: jest.SpyInstance<
ReturnType<typeof helpers.defaultEndpointExceptionItems>
>;