mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
8bb030c52f
commit
20e05372fa
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue