Skip to content

Commit

Permalink
skip failing test suite (#196866)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 22, 2024
1 parent 16b28bf commit 8e0fd86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/esql/_esql_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit 8e0fd86

Please sign in to comment.