skip flaky suite (#150607)

This commit is contained in:
Tiago Costa 2023-06-26 16:25:31 +01:00
parent e38d08c91a
commit a23f0b27d1
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();