[Fleet] Re-enable skipped test on 7.17 (#154959)

## Summary

Closes #126034. Re-enable skipped suite as #154741 has been resolved.
This commit is contained in:
Jen Huang 2023-04-13 15:59:44 -07:00 committed by GitHub
parent 8bb030c52f
commit 20e05372fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,7 @@ export default function (providerContext: FtrProviderContext) {
// because `this` has to point to the Mocha context
// see https://mochajs.org/#arrow-functions
// FAILING 8.8 ES Forward Compatibility on 7.17: https://github.com/elastic/kibana/issues/126034
describe.skip('EPM - list', async function () {
describe('EPM - list', async function () {
skipIfNoDockerRegistry(providerContext);
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/fleet/empty_fleet_server');