Skip to content

Commit

Permalink
skip flaky suite (elastic#70386)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored and Bamieh committed Jul 1, 2020
1 parent f9764dd commit 6ee2dcf
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 6ee2dcf

Please sign in to comment.