mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#149844)
This commit is contained in:
parent
89a0ef8517
commit
26c8d714cd
1 changed files with 2 additions and 1 deletions
|
@ -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/149844
|
||||
describe.skip('installs package that has a prerelease version', async () => {
|
||||
skipIfNoDockerRegistry(providerContext);
|
||||
setupFleetAndAgents(providerContext);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue