[Index management] Unskip flaky enrich policies test (#171006)

This commit is contained in:
Ignacio Rivas 2023-11-10 12:52:53 +01:00 committed by GitHub
parent 0ddbfc0bba
commit 7a6d009002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,8 +20,6 @@ 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 {