Skip to content

Commit

Permalink
skip failing test suite (#183493)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 15, 2024
1 parent 5a01049 commit 97350c2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
defaultIndex: 'logstash-*',
};

describe('discover esql view', async function () {
// Failing: See https://github.com/elastic/kibana/issues/183493
describe.skip('discover esql view', async function () {
before(async () => {
await kibanaServer.savedObjects.cleanStandardList();
log.debug('load kibana index with default index pattern');
Expand Down

0 comments on commit 97350c2

Please sign in to comment.