skip flaky suite (#84440)

This commit is contained in:
Tiago Costa 2021-03-19 23:21:31 +00:00
parent 778bb69cba
commit 7e5dbdf5b9
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -11,7 +11,8 @@ export default function ({ getService, getPageObjects }) {
const esArchiver = getService('esArchiver');
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');