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 GitHub
parent 91335df93a
commit e726a8d463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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