mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
acf25bc64d
commit
47842f9c43
1 changed files with 3 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue