Skip to content

Commit

Permalink
skip flaky suite (#78288)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 24, 2020
1 parent ace38b4 commit 9d8a389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/ml/settings/calendar_edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default function ({ getService }: FtrProviderContext) {
const jobConfigs = [createJobConfig('test_calendar_ad_1'), createJobConfig('test_calendar_ad_2')];
const newJobGroups = ['farequote'];

describe('calendar edit', function () {
// FLAKY: https://github.com/elastic/kibana/issues/78288
describe.skip('calendar edit', function () {
before(async () => {
await esArchiver.loadIfNeeded('ml/farequote');
await ml.testResources.createIndexPatternIfNeeded('ft_farequote', '@timestamp');
Expand Down

0 comments on commit 9d8a389

Please sign in to comment.