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 0f81854ec487..ed52dee3b37d 100644 --- a/x-pack/test/functional/apps/grok_debugger/grok_debugger.js +++ b/x-pack/test/functional/apps/grok_debugger/grok_debugger.js @@ -44,7 +44,7 @@ export default function ({ getService, getPageObjects }) { }); describe('syntax highlighting', () => { - it('applies the correct CSS classes', async () => { + it.skip('applies the correct CSS classes', async () => { const grokPattern = '\\[(?:-|%{NUMBER:bytes:int})\\]'; await grokDebugger.setPatternInput(grokPattern);