Skip to content

Commit

Permalink
skip flaky suite (#70386)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jul 1, 2020
1 parent 5a5eb28 commit 40286cc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import { MonitorListComponent, noItemsMessage } from '../monitor_list';
import { renderWithRouter, shallowWithRouter } from '../../../../lib';
import * as redux from 'react-redux';

describe('MonitorList component', () => {
// Failing: See https://github.com/elastic/kibana/issues/70386
describe.skip('MonitorList component', () => {
let result: MonitorSummaryResult;
let localStorageMock: any;

Expand Down

0 comments on commit 40286cc

Please sign in to comment.