From 9e9dfe22ed34bd76ad369d48690d61d6d10a94ab Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Thu, 15 Jul 2021 12:17:34 -0500 Subject: [PATCH] skip flaky suite. #105784 --- .../components/shared/field_value_suggestions/index.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/observability/public/components/shared/field_value_suggestions/index.test.tsx b/x-pack/plugins/observability/public/components/shared/field_value_suggestions/index.test.tsx index 6a075faad101..3c7d0851531b 100644 --- a/x-pack/plugins/observability/public/components/shared/field_value_suggestions/index.test.tsx +++ b/x-pack/plugins/observability/public/components/shared/field_value_suggestions/index.test.tsx @@ -13,7 +13,8 @@ import { EuiThemeProvider } from '../../../../../../../src/plugins/kibana_react/ jest.setTimeout(30000); -describe('FieldValueSuggestions', () => { +// flaky https://github.com/elastic/kibana/issues/105784 +describe.skip('FieldValueSuggestions', () => { jest.spyOn(HTMLElement.prototype, 'offsetHeight', 'get').mockReturnValue(1500); jest.spyOn(HTMLElement.prototype, 'offsetWidth', 'get').mockReturnValue(1500);