mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#84440)
This commit is contained in:
parent
778bb69cba
commit
7e5dbdf5b9
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue