mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#150607)
This commit is contained in:
parent
6d73560735
commit
1c463ca0f2
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue