[Index management] Skip enrich policies functional tests in serverless for mki (#173311)

This commit is contained in:
Ignacio Rivas 2023-12-14 06:45:45 +01:00 committed by GitHub
parent ac81d96f2f
commit 319a73d38c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -19,6 +19,9 @@ 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 {

View file

@ -20,6 +20,9 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const ENRICH_POLICY_NAME = 'test-policy-1';
describe('Enrich policies tab', function () {
// TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="kibana-chrome"])
this.tags(['failsOnMKI']);
before(async () => {
log.debug('Creating required index and enrich policy');
try {