From bca89adbed441a0c07b5160766c51b66c921d84b Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 26 Jun 2023 16:25:31 +0100 Subject: [PATCH] skip flaky suite (#150607) --- .../integrations/sections/epm/screens/detail/index.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/detail/index.test.tsx b/x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/detail/index.test.tsx index 158fc09725405..93a33672333e6 100644 --- a/x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/detail/index.test.tsx +++ b/x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/detail/index.test.tsx @@ -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();