[SKIP ON MKI] .../_data_view_create_delete.ts (#213533)

## Summary
see details: https://github.com/elastic/kibana/issues/213532
This commit is contained in:
Tre 2025-03-07 12:24:18 +00:00 committed by GitHub
parent fb3537cfc9
commit 5d565abd02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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() {
// see details: https://github.com/elastic/kibana/issues/213532
this.tags(['failsOnMKI']);
before(async function () {
// TODO: emptyKibanaIndex fails in Serverless with
// "index_not_found_exception: no such index [.kibana_ingest]",