Skip to content

Commit

Permalink
skip flaky suite (#61562) (#61563)
Browse files Browse the repository at this point in the history
(cherry picked from commit 25ffab2)
  • Loading branch information
spalger committed Mar 27, 2020
1 parent bf06a00 commit 187e51d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,9 @@ export default function({ getService }: FtrProviderContext) {
},
];

describe('advanced job', function() {
// FLAKY: https://github.com/elastic/kibana/issues/61562
// FLAKY: https://github.com/elastic/kibana/issues/61563
describe.skip('advanced job', function() {
this.tags(['smoke', 'mlqa']);
before(async () => {
await esArchiver.load('ml/ecommerce');
Expand Down

0 comments on commit 187e51d

Please sign in to comment.