Skip to content

Commit

Permalink
skip failing test suite (#199701)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 11, 2024
1 parent e6265f2 commit 932f0aa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 932f0aa

Please sign in to comment.