Skip to content

Commit

Permalink
skip flaky suite (#85899)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 15, 2020
1 parent 815d19d commit 53cb053
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import { ExecutedStep } from '../executed_step';
import { Ping } from '../../../../../common/runtime_types';
import { mountWithRouter } from '../../../../lib';

describe('ExecutedStep', () => {
// FLAKY: https://github.com/elastic/kibana/issues/85899
describe.skip('ExecutedStep', () => {
let step: Ping;

beforeEach(() => {
Expand Down

0 comments on commit 53cb053

Please sign in to comment.