mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#159194)
This commit is contained in:
parent
df8a738d1b
commit
7bdb53bada
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
'discover:enableSql': true,
|
||||
};
|
||||
|
||||
describe('discover sql view', async function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/159194
|
||||
describe.skip('discover sql view', async function () {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
|
||||
log.debug('load kibana index with default index pattern');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue