Skip to content

Commit

Permalink
skip flaky suite. #115307
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 20, 2022
1 parent 9c675a6 commit e468632
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 { httpSetup, httpRequestsMockHelpers } = setupEnvironment();
Expand Down

0 comments on commit e468632

Please sign in to comment.