mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
e04173d423
commit
fd5f97fe1c
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() {
|
||||
// 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]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue