From a723a5d3e7d094b0a8e35adf10ab1353f994b2b2 Mon Sep 17 00:00:00 2001 From: John Dorlus Date: Wed, 17 Mar 2021 21:13:01 -0400 Subject: [PATCH] Re-Enabling Grok Debugger Functional UI Tests (#91274) * Adding .only clause for testing purposes. * Removing .only and reenabling test. Also changing back to group 13. * Removing .only and reenabling test. Also changing back to group 13. * Removed comment mentioning github issue. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- x-pack/test/functional/apps/grok_debugger/grok_debugger.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/functional/apps/grok_debugger/grok_debugger.js b/x-pack/test/functional/apps/grok_debugger/grok_debugger.js index c21731a2bdc8a..0cd00c55ea1bb 100644 --- a/x-pack/test/functional/apps/grok_debugger/grok_debugger.js +++ b/x-pack/test/functional/apps/grok_debugger/grok_debugger.js @@ -11,8 +11,7 @@ export default function ({ getService, getPageObjects }) { const esArchiver = getService('esArchiver'); const PageObjects = getPageObjects(['grokDebugger']); - // https://github.com/elastic/kibana/issues/84440 - describe.skip('grok debugger app', function () { + describe('grok debugger app', function () { this.tags('includeFirefox'); before(async () => { await esArchiver.load('empty_kibana');