Skip to content

Commit

Permalink
skip flaky suite (#98910)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Apr 30, 2021
1 parent 246f4be commit 9cec2ae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { screen } from '@testing-library/dom';
import { AlertMonitorStatusComponent, AlertMonitorStatusProps } from './alert_monitor_status';
import { render } from '../../../../lib/helper/rtl_helpers';

describe('alert monitor status component', () => {
// Failing: See https://github.com/elastic/kibana/issues/98910
describe.skip('alert monitor status component', () => {
describe('AlertMonitorStatus', () => {
const defaultProps: AlertMonitorStatusProps = {
alertParams: {
Expand Down

0 comments on commit 9cec2ae

Please sign in to comment.