Skip to content

Commit

Permalink
skip failing test suite (#194305)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 16, 2024
1 parent dd0af8d commit e6569f0
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', function () {
// Failing: See https://github.com/elastic/kibana/issues/194305
describe.skip('discover esql view', function () {
// see details: https://github.com/elastic/kibana/issues/188816
this.tags(['failsOnMKI']);

Expand Down

0 comments on commit e6569f0

Please sign in to comment.