skip flaky suite. #105784

This commit is contained in:
Jonathan Budzenski 2021-07-15 12:17:34 -05:00
parent 98fc711117
commit 9e9dfe22ed

View file

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