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