mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing suite (#205141)
This commit is contained in:
parent
e426bf0c8b
commit
da9caea9a2
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ jest.mock('../../../../../../common/hooks/use_license');
|
|||
|
||||
const useLicenseMock = _useLicense as jest.Mock;
|
||||
|
||||
describe('Policy Advanced Settings section', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/205141
|
||||
describe.skip('Policy Advanced Settings section', () => {
|
||||
const testSubj = getPolicySettingsFormTestSubjects('test').advancedSection;
|
||||
|
||||
let formProps: AdvancedSectionProps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue