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 Jul 5, 2023
1 parent afbd5e3 commit bca89ad
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 bca89ad

Please sign in to comment.