skip failing test suite (#199701)

This commit is contained in:
Kibana Machine 2024-11-12 07:44:15 +11:00
parent e6265f204f
commit 932f0aa6a7

View file

@ -36,7 +36,8 @@ export default function (providerContext: FtrProviderContext) {
return res?._source?.['epm-packages'] as Installation;
};
describe('Installs a package using stream-based approach', () => {
// Failing: See https://github.com/elastic/kibana/issues/199701
describe.skip('Installs a package using stream-based approach', () => {
skipIfNoDockerRegistry(providerContext);
before(async () => {