mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[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:
parent
32991a78d4
commit
7fde1b0438
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue