Skip to content

Commit

Permalink
skip failing test suite (#171908)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jan 29, 2024
1 parent 5c66b95 commit 99e8cd0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
>;
Expand Down

0 comments on commit 99e8cd0

Please sign in to comment.