mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#156941)
This commit is contained in:
parent
549195ce4f
commit
bfd1a13076
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue