Skip to content

Commit

Permalink
Skip data view serverless test suite for MKI (elastic#171480)
Browse files Browse the repository at this point in the history
## Summary

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

Details about the failure in elastic#171479
  • Loading branch information
pheyos authored Nov 18, 2023
1 parent e04173d commit fd5f97f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down

0 comments on commit fd5f97f

Please sign in to comment.