From 29ac6fea71ccd6ec2e5327b684979046058dbabd Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 19 Feb 2020 08:22:37 -0700 Subject: [PATCH] skip flaky suite (#57762) (#57997) (#57998) --- .../__jest__/client_integration/remote_clusters_edit.test.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/remote_clusters/__jest__/client_integration/remote_clusters_edit.test.js b/x-pack/plugins/remote_clusters/__jest__/client_integration/remote_clusters_edit.test.js index cab91854a5114..1136b7307176d 100644 --- a/x-pack/plugins/remote_clusters/__jest__/client_integration/remote_clusters_edit.test.js +++ b/x-pack/plugins/remote_clusters/__jest__/client_integration/remote_clusters_edit.test.js @@ -12,7 +12,10 @@ import { REMOTE_CLUSTER_EDIT, REMOTE_CLUSTER_EDIT_NAME } from './helpers/constan const { setup } = pageHelpers.remoteClustersEdit; const { setup: setupRemoteClustersAdd } = pageHelpers.remoteClustersAdd; -describe('Edit Remote cluster', () => { +// FLAKY: https://github.com/elastic/kibana/issues/57762 +// FLAKY: https://github.com/elastic/kibana/issues/57997 +// FLAKY: https://github.com/elastic/kibana/issues/57998 +describe.skip('Edit Remote cluster', () => { let server; let httpRequestsMockHelpers; let component;