Skip to content

Commit

Permalink
skip flaky suite (#70885)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 7, 2020
1 parent 468201a commit f62f3e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');

describe('jobs cloning supported by UI form', function () {
// Flaky: https://github.com/elastic/kibana/issues/70885
describe.skip('jobs cloning supported by UI form', function () {
const testDataList: Array<{
suiteTitle: string;
archive: string;
Expand Down

0 comments on commit f62f3e3

Please sign in to comment.