Skip to content

Commit

Permalink
[Fleet] Enable flaky package UI unit test (#161947)
Browse files Browse the repository at this point in the history
## Summary

Closes #150607

Enable flaky package UI unit test
  • Loading branch information
juliaElastic authored Jul 17, 2023
1 parent ea15efd commit 79caf14
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ describe('when on integration detail', () => {
});
}

// FLAKY: https://github.com/elastic/kibana/issues/150607
describe.skip('and the package is not installed and prerelease enabled', () => {
describe('and the package is not installed and prerelease enabled', () => {
beforeEach(async () => {
mockGAAndPrereleaseVersions('1.0.0-beta');
await render();
Expand Down

0 comments on commit 79caf14

Please sign in to comment.