[Index management] Skip for create enrich policies tests for MKI (#171072)

This commit is contained in:
Ignacio Rivas 2023-11-13 14:25:55 +01:00 committed by GitHub
parent 28d6d38ab8
commit 19e43c8508
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const POLICY_NAME = `policy-${Math.random()}`;
describe('Create enrich policy', function () {
// TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="enrichPoliciesEmptyPromptCreateButton"])
this.tags(['failsOnMKI']);
before(async () => {
log.debug('Creating test index');
try {