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