Skip to content

Commit

Permalink
skip flaky suite (#115307)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Oct 28, 2021
1 parent e0764bd commit c760db6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { PhaseWithTiming } from '../../../../common/types';
import { setupEnvironment } from '../../helpers';
import { setupValidationTestBed, ValidationTestBed } from './validation.helpers';

describe('<EditPolicy /> timing validation', () => {
// FLAKY: https://github.com/elastic/kibana/issues/115307
describe.skip('<EditPolicy /> timing validation', () => {
let testBed: ValidationTestBed;
let actions: ValidationTestBed['actions'];
const { server, httpRequestsMockHelpers } = setupEnvironment();
Expand Down

0 comments on commit c760db6

Please sign in to comment.