mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#207024)
This commit is contained in:
parent
508f4f4eb5
commit
20ec004a95
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ export default function (providerContext: FtrProviderContext) {
|
|||
return policyDocRes.hits.hits[0]?._source;
|
||||
}
|
||||
|
||||
describe('fleet_proxies_crud', function () {
|
||||
// Failing: See 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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue