Skip to content

Commit

Permalink
[Index management] Skip for create enrich policies tests for MKI (ela…
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba authored Nov 13, 2023
1 parent 28d6d38 commit 19e43c8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 19e43c8

Please sign in to comment.