We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991b518 commit 7225267Copy full SHA for 7225267
x-pack/platform/test/fleet_api_integration/apis/agents/upgrade.ts
@@ -637,8 +637,7 @@ export default function (providerContext: FtrProviderContext) {
637
});
638
639
640
- // FLAKY: https://github.com/elastic/kibana/issues/215025
641
- describe.skip('multiple agents', () => {
+ describe('multiple agents', () => {
642
const fleetServerVersion = '7.16.0';
643
644
beforeEach(async () => {
@@ -999,7 +998,7 @@ export default function (providerContext: FtrProviderContext) {
999
998
await verifyActionResult();
1000
resolve({});
1001
}
1002
- }, 1000);
+ }, 3000);
1003
}).catch((e) => {
1004
throw e;
1005
0 commit comments