mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Index management] Skip for create enrich policies tests for MKI (#171072)
This commit is contained in:
parent
28d6d38ab8
commit
19e43c8508
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue