Skip to content

Commit

Permalink
skip flaky suite (elastic#102282)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 20, 2021
1 parent 7fe125a commit 43e2736
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/ml/modules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {

const fleetPackages = ['apache', 'nginx'];

describe('modules', function () {
// FLAKY: https://github.com/elastic/kibana/issues/102282
describe.skip('modules', function () {
before(async () => {
// use empty_kibana to make sure the fleet setup is removed correctly after the tests
await esArchiver.load('x-pack/test/functional/es_archives/empty_kibana');
Expand Down

0 comments on commit 43e2736

Please sign in to comment.