Skip to content

Commit 9a659ed

Browse files
committed
skip failing suite (#237961)
1 parent ff2fe24 commit 9a659ed

File tree

1 file changed

+2
-1
lines changed
  • x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/screens/detail

1 file changed

+2
-1
lines changed

x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/screens/detail/index.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ const TESTS_TIMEOUT = 8000;
4242
// @ts-ignore this saves us having to define all experimental features
4343
ExperimentalFeaturesService.init({});
4444

45-
describe('When on integration detail', () => {
45+
// Failing: See https://github.com/elastic/kibana/issues/237961
46+
describe.skip('When on integration detail', () => {
4647
const pkgkey = 'nginx-0.3.7';
4748
const detailPageUrlPath = pagePathGetters.integration_details_overview({ pkgkey })[1];
4849
let testRenderer: TestRenderer;

0 commit comments

Comments
 (0)