[SKIP ON MKI] x-pack/test_serverless/functional/test_suites/common/discover/esql/_esql_view.ts (#188818)

## Summary

see details: https://github.com/elastic/kibana/issues/188816
This commit is contained in:
Tre 2024-07-22 11:41:53 +01:00 committed by GitHub
parent acf25bc64d
commit 47842f9c43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
};
describe('discover esql view', async function () {
// see details: https://github.com/elastic/kibana/issues/188816
this.tags(['failsOnMKI']);
before(async () => {
await kibanaServer.savedObjects.cleanStandardList();
log.debug('load kibana index with default index pattern');