Skip to content

Commit

Permalink
skip failing test suite (#181296)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jul 16, 2024
1 parent 42fb84c commit cc014ec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit cc014ec

Please sign in to comment.