Skip to content

Commit

Permalink
Re-Enabling Grok Debugger Functional UI Tests (#91274)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
John Dorlus and kibanamachine committed Mar 18, 2021
1 parent 15bd4b1 commit a723a5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/functional/apps/grok_debugger/grok_debugger.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit a723a5d

Please sign in to comment.