Skip to content

Commit

Permalink
skip failing test suite (#170239)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 31, 2023
1 parent 8103a44 commit 1fa5d60
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jest.mock('@kbn/kibana-react-plugin/public', () => {
};
});

describe('Enrich policies tab', () => {
// Failing: See https://github.com/elastic/kibana/issues/170239
describe.skip('Enrich policies tab', () => {
const { httpSetup, httpRequestsMockHelpers, setDelayResponse } = setupEnvironment();
let testBed: EnrichPoliciesTestBed;

Expand Down

0 comments on commit 1fa5d60

Please sign in to comment.