mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Fleet] fix fleet proxies test (#213350)
## Summary Closes https://github.com/elastic/kibana/issues/207024 Closes https://github.com/elastic/kibana/issues/207022 Increased retries since the bump agent policies were made async and takes longer than before.
This commit is contained in:
parent
4db40eacde
commit
5010d1f0fa
1 changed files with 3 additions and 4 deletions
|
@ -33,8 +33,7 @@ export default function (providerContext: FtrProviderContext) {
|
|||
return policyDocRes.hits.hits[0]?._source;
|
||||
}
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/207024
|
||||
describe.skip('fleet_proxies_crud', function () {
|
||||
describe('fleet_proxies_crud', function () {
|
||||
const existingId = 'test-default-123';
|
||||
const fleetServerHostId = 'test-fleetserver-123';
|
||||
const policyId = 'test-policy-123';
|
||||
|
@ -180,7 +179,7 @@ export default function (providerContext: FtrProviderContext) {
|
|||
);
|
||||
},
|
||||
{
|
||||
retryCount: 10,
|
||||
retryCount: 20,
|
||||
timeout: 30_1000,
|
||||
}
|
||||
);
|
||||
|
@ -217,7 +216,7 @@ export default function (providerContext: FtrProviderContext) {
|
|||
expect(fleetPolicyAfter?.data?.agent.download.proxy_url).to.be(undefined);
|
||||
},
|
||||
{
|
||||
retryCount: 10,
|
||||
retryCount: 20,
|
||||
timeout: 30_1000,
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue