mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#181296)
This commit is contained in:
parent
42fb84c0a9
commit
cc014ecda3
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default function createAlertsAsDataInstallResourcesTest({ getService }: F
|
|||
const legacyAlertMappings = mappingFromFieldMap(legacyAlertFieldMap, 'strict');
|
||||
const ecsMappings = mappingFromFieldMap(ecsFieldMap, 'strict');
|
||||
|
||||
describe('install alerts as data resources', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/181296
|
||||
describe.skip('install alerts as data resources', () => {
|
||||
it('should install common alerts as data resources on startup', async () => {
|
||||
const ilmPolicyName = '.alerts-ilm-policy';
|
||||
const frameworkComponentTemplateName = '.alerts-framework-mappings';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue