mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Skip flaky Grok syntax highlighting test (#22067)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
91335df93a
commit
e726a8d463
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue