Skip to content

Commit

Permalink
Merge branch '8.10' into backport/8.10/pr-164122
Browse files Browse the repository at this point in the history
  • Loading branch information
mitodrummer authored Aug 23, 2023
2 parents 0d483ea + 8280591 commit 8da0607
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/discover/group2/_sql_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'discover:enableSql': true,
};

// Failing: See https://github.com/elastic/kibana/issues/159194
describe.skip('discover sql view', async function () {
describe('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');
Expand Down

0 comments on commit 8da0607

Please sign in to comment.