Skip data view serverless test suite for MKI (#171480)

## Summary

This PR skips the `creating and deleting default data view` test suite
for MKI runs.

Details about the failure in #171479
This commit is contained in:
Robert Oskamp 2023-11-18 16:56:54 +01:00 committed by GitHub
parent e04173d423
commit fd5f97fe1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['settings', 'common', 'header']);
describe('creating and deleting default data view', function describeIndexTests() {
// failsOnMKI, see https://github.com/elastic/kibana/issues/171479
this.tags(['failsOnMKI']);
before(async function () {
// TODO: emptyKibanaIndex fails in Serverless with
// "index_not_found_exception: no such index [.kibana_ingest]",