mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[SKIP ON MKI] .../_data_view_create_delete.ts
(#213533)
## Summary see details: https://github.com/elastic/kibana/issues/213532
This commit is contained in:
parent
fb3537cfc9
commit
5d565abd02
1 changed files with 2 additions and 0 deletions
|
@ -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]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue