Skip to content

Commit

Permalink
[ML] Functional tests - re-enable modules API test suite (#109471)
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos authored Aug 21, 2021
1 parent e340ce6 commit 08e47c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/api_integration/apis/ml/modules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {

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

// FLAKY: https://github.com/elastic/kibana/issues/102282
describe.skip('modules', function () {
describe('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 08e47c8

Please sign in to comment.