Skip to content

Commit

Permalink
Merge branch 'add-metadata-to-node-details' of github.com:phillipb/ki…
Browse files Browse the repository at this point in the history
…bana into add-metadata-to-node-details

* 'add-metadata-to-node-details' of github.com:phillipb/kibana:
  skip flaky suite (elastic#84440)
  • Loading branch information
phillipb committed Nov 30, 2020
2 parents b09a778 + 638223c commit 29b87ad
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 29b87ad

Please sign in to comment.