Skip to content

Commit

Permalink
skip flaky suite (#84440)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 28, 2020
1 parent 31c1ca0 commit d21e4f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/grok_debugger/grok_debugger.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default function ({ getService, getPageObjects }) {

const PageObjects = getPageObjects(['grokDebugger']);

describe('grok debugger app', function () {
// FLAKY: https://github.com/elastic/kibana/issues/84440
describe.skip('grok debugger app', function () {
this.tags('includeFirefox');
before(async () => {
await esArchiver.load('empty_kibana');
Expand Down

0 comments on commit d21e4f5

Please sign in to comment.