Skip to content

Commit

Permalink
skip flaky suite (#207024)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 22, 2025
1 parent ea4a38d commit f8254f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/fleet_api_integration/apis/fleet_proxies/crud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export default function (providerContext: FtrProviderContext) {
return policyDocRes.hits.hits[0]?._source;
}

describe('fleet_proxies_crud', function () {
// FLAKY: https://github.com/elastic/kibana/issues/207024
describe.skip('fleet_proxies_crud', function () {
const existingId = 'test-default-123';
const fleetServerHostId = 'test-fleetserver-123';
const policyId = 'test-policy-123';
Expand Down

0 comments on commit f8254f0

Please sign in to comment.