Skip to content

Commit

Permalink
skip flaky suite (#150607)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 26, 2023
1 parent e38d08c commit a23f0b2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a23f0b2

Please sign in to comment.