mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* 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> Co-authored-by: John Dorlus <silne.dorlus@elastic.co>
This commit is contained in:
parent
15bd4b1889
commit
c88460bdff
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue