skip failing test suite (#156941)

This commit is contained in:
Kibana Machine 2023-09-28 13:11:49 -04:00
parent 549195ce4f
commit bfd1a13076

View file

@ -15,7 +15,8 @@ export default function (providerContext: FtrProviderContext) {
* There are a few features that are only currently supported for the Endpoint
* package due to security concerns.
*/
describe('Install endpoint package', () => {
// Failing: See https://github.com/elastic/kibana/issues/156941
describe.skip('Install endpoint package', () => {
const { getService } = providerContext;
skipIfNoDockerRegistry(providerContext);
setupFleetAndAgents(providerContext);