mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky jest suite (#131346)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
e3894f1224
commit
ddcd62dd14
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ import React from 'react';
|
|||
import { OverviewPageComponent } from './overview';
|
||||
import { render } from '../lib/helper/rtl_helpers';
|
||||
|
||||
describe('MonitorPage', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/131346
|
||||
describe.skip('MonitorPage', () => {
|
||||
it('renders expected elements for valid props', async () => {
|
||||
const { findByText, findByPlaceholderText } = render(<OverviewPageComponent />);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue