mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#196866)
This commit is contained in:
parent
b379d18c24
commit
d55bc7aa4b
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
enableESQL: true,
|
||||
};
|
||||
|
||||
describe('discover esql view', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/196866
|
||||
describe.skip('discover esql view', 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