Skip to content

Commit

Permalink
skip flaky suite (#105087)
Browse files Browse the repository at this point in the history
(cherry picked from commit 961681f)
  • Loading branch information
spalger committed Jul 15, 2021
1 parent 5f4368f commit 5f5f097
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,8 @@ export default function ({ getService }: FtrProviderContext) {
});
}

describe('index based', function () {
// FLAKY: https://github.com/elastic/kibana/issues/105087
describe.skip('index based', function () {
this.tags(['mlqa']);
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');
Expand Down

0 comments on commit 5f5f097

Please sign in to comment.