skip flaky suite (#150607)

This commit is contained in:
Tiago Costa 2023-08-15 00:57:42 +01:00
parent 6d73560735
commit 1c463ca0f2
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -95,7 +95,8 @@ describe('when on integration detail', () => {
});
}
describe('and the package is not installed and prerelease enabled', () => {
// FLAKY: https://github.com/elastic/kibana/issues/150607
describe.skip('and the package is not installed and prerelease enabled', () => {
beforeEach(async () => {
mockGAAndPrereleaseVersions('1.0.0-beta');
await render();