Skip to content

Commit

Permalink
skip failing test suite (#156941)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 9, 2023
1 parent 60c6490 commit e0da2ae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e0da2ae

Please sign in to comment.