Skip to content

Commit

Permalink
skip failing test suite (#150343)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Feb 9, 2023
1 parent f1af2e4 commit ead1fb6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default function (providerContext: FtrProviderContext) {
await supertest.delete(`/api/fleet/epm/packages/${pkg}/${version}`).set('kbn-xsrf', 'xxxx');
};

describe('installs package that has a prerelease version', async () => {
// Failing: See https://github.com/elastic/kibana/issues/150343
describe.skip('installs package that has a prerelease version', async () => {
skipIfNoDockerRegistry(providerContext);
setupFleetAndAgents(providerContext);

Expand Down

0 comments on commit ead1fb6

Please sign in to comment.