skip flaky suite (#114396)

This commit is contained in:
Tiago Costa 2021-10-12 12:47:43 +01:00
parent 7d6aba5188
commit 7617dc1185
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -12,7 +12,8 @@ import { createMemoryHistory } from 'history';
import { render } from '../../lib/helper/rtl_helpers';
import { fireEvent } from '@testing-library/dom';
describe('UptimeDatePicker component', () => {
// FLAKY: https://github.com/elastic/kibana/issues/114396
describe.skip('UptimeDatePicker component', () => {
it('renders properly with mock data', async () => {
const { findByText } = render(<UptimeDatePicker />);
expect(await findByText('Last 15 minutes')).toBeInTheDocument();