Skip to content

Commit

Permalink
[7.17][Fleet] flaky setup test (#161943)
Browse files Browse the repository at this point in the history
## Summary

Fixes #157513

Enabled 7.17 test.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
juliaElastic and kibanamachine authored Jul 17, 2023
1 parent 9feb18a commit 38a6c84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/fleet_api_integration/apis/epm/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ export default function (providerContext: FtrProviderContext) {
const log = getService('log');
const es = getService('es');

// FAILING FORWARD COMPATIBILITY: https://github.com/elastic/kibana/issues/157513
describe.skip('setup api', async () => {
describe('setup api', async () => {
skipIfNoDockerRegistry(providerContext);
setupFleetAndAgents(providerContext);
describe('setup performs upgrades', async () => {
Expand Down

0 comments on commit 38a6c84

Please sign in to comment.