Skip to content

Commit

Permalink
[Fleet] enable flaky agent upgrade test (#161933)
Browse files Browse the repository at this point in the history
## Summary

Closes #161557

Enabled flaky test
  • Loading branch information
juliaElastic authored Jul 14, 2023
1 parent c526b3c commit 9746a50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/fleet_api_integration/apis/agents/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ export default function (providerContext: FtrProviderContext) {
const kibanaServer = getService('kibanaServer');
const supertestWithoutAuth = getService('supertestWithoutAuth');

// Failing: See https://github.com/elastic/kibana/issues/161557
describe.skip('fleet_upgrade_agent', () => {
describe('fleet_upgrade_agent', () => {
skipIfNoDockerRegistry(providerContext);
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/fleet/agents');
Expand Down

0 comments on commit 9746a50

Please sign in to comment.