From 2949b83bce39d759159155c6df722be4d2a2adac Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Thu, 3 Oct 2019 09:36:41 -0700 Subject: [PATCH] Skip falky InfraOps highlight API test https://github.com/elastic/kibana/issues/47209 Signed-off-by: Tyler Smalley --- x-pack/test/api_integration/apis/infra/log_entry_highlights.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/api_integration/apis/infra/log_entry_highlights.ts b/x-pack/test/api_integration/apis/infra/log_entry_highlights.ts index 53ece86b92483..a68a298b8592f 100644 --- a/x-pack/test/api_integration/apis/infra/log_entry_highlights.ts +++ b/x-pack/test/api_integration/apis/infra/log_entry_highlights.ts @@ -88,7 +88,8 @@ export default function({ getService }: FtrProviderContext) { } }); - it('should return log highlights in a field column', async () => { + // FLAKY: https://github.com/elastic/kibana/issues/47209 + it.skip('should return log highlights in a field column', async () => { const { data: { source: { logEntryHighlights },