mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Index management] Skip enrich policies functional tests in serverless for mki (#173311)
This commit is contained in:
parent
ac81d96f2f
commit
319a73d38c
2 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue