mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#171908)
This commit is contained in:
parent
5c66b95e29
commit
99e8cd042e
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue