Skip to content

Commit 29ac6fe

Browse files
committed
skip flaky suite (#57762) (#57997) (#57998)
1 parent 85097d5 commit 29ac6fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

x-pack/plugins/remote_clusters/__jest__/client_integration/remote_clusters_edit.test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ import { REMOTE_CLUSTER_EDIT, REMOTE_CLUSTER_EDIT_NAME } from './helpers/constan
1212
const { setup } = pageHelpers.remoteClustersEdit;
1313
const { setup: setupRemoteClustersAdd } = pageHelpers.remoteClustersAdd;
1414

15-
describe('Edit Remote cluster', () => {
15+
// FLAKY: https://github.com/elastic/kibana/issues/57762
16+
// FLAKY: https://github.com/elastic/kibana/issues/57997
17+
// FLAKY: https://github.com/elastic/kibana/issues/57998
18+
describe.skip('Edit Remote cluster', () => {
1619
let server;
1720
let httpRequestsMockHelpers;
1821
let component;

0 commit comments

Comments
 (0)