Skip flaky Grok syntax highlighting test (#22067)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2018-08-16 07:40:59 -07:00 committed by Tyler Smalley
parent 0218afc961
commit aa9ef52c6d

View file

@ -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);