From a575eb8184eb2009169a03bc4a8c695cf03ebd4f Mon Sep 17 00:00:00 2001 From: Garrett Spong Date: Fri, 10 Mar 2023 11:35:19 -0700 Subject: [PATCH] Skips synthetics MonitorSummaryTab flakey test --- x-pack/plugins/synthetics/e2e/journeys/synthetics/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/synthetics/e2e/journeys/synthetics/index.ts b/x-pack/plugins/synthetics/e2e/journeys/synthetics/index.ts index bf4ecd526e911..1e182d06fefdc 100644 --- a/x-pack/plugins/synthetics/e2e/journeys/synthetics/index.ts +++ b/x-pack/plugins/synthetics/e2e/journeys/synthetics/index.ts @@ -20,7 +20,8 @@ export * from './detail_flyout'; export * from './alert_rules/default_status_alert.journey'; export * from './test_now_mode.journey'; export * from './data_retention.journey'; -export * from './monitor_details_page/monitor_summary.journey'; +// Additional flake skip along with https://github.com/elastic/kibana/pull/151936 +// export * from './monitor_details_page/monitor_summary.journey'; export * from './test_run_details.journey'; export * from './step_details.journey'; export * from './project_monitor_read_only.journey';