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 Aug 14, 2023
1 parent 6d73560 commit 1c463ca
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 1c463ca

Please sign in to comment.