Skip to content

Commit

Permalink
[Fleet] Re-enable skipped test on 7.17
Browse files Browse the repository at this point in the history
Closes #126034. Re-enable skipped suite as #154741 has been resolved.
  • Loading branch information
jen-huang authored Apr 13, 2023
1 parent 8bb030c commit eb3d054
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/fleet_api_integration/apis/epm/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit eb3d054

Please sign in to comment.