Skip to content

Commit

Permalink
[Discover] Unskip _esql_view.ts (#197947)
Browse files Browse the repository at this point in the history
Unskipping _esql_view.ts test, as it just temporarily failed
  • Loading branch information
kertal authored Oct 28, 2024
1 parent 61e17b1 commit 16cd659
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/discover/esql/_esql_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
enableESQL: true,
};

// Failing: See https://github.com/elastic/kibana/issues/196866
describe.skip('discover esql view', function () {
describe('discover esql view', function () {
before(async () => {
await kibanaServer.savedObjects.cleanStandardList();
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
Expand Down

0 comments on commit 16cd659

Please sign in to comment.