[8.0] [ML] Functional tests - re-activate module test suite (#117519)

This PR re-enabled the ML modules API test suite.
This commit is contained in:
Robert Oskamp 2021-11-04 17:42:50 +01:00 committed by GitHub
parent 32991a78d4
commit 7fde1b0438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,7 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
const fleetPackages = ['apache', 'nginx'];
// failing: https://github.com/elastic/kibana/issues/102283
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');