mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#186416)
This commit is contained in:
parent
404e8c9374
commit
f74ada8395
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
defaultIndex: 'logstash-*',
|
||||
};
|
||||
|
||||
describe('discover esql columns', async function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/186416
|
||||
describe.skip('discover esql columns', async function () {
|
||||
before(async () => {
|
||||
await kibanaServer.savedObjects.cleanStandardList();
|
||||
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue