Skip to content

Commit

Permalink
skip flaky suite (#57762) (#57997) (#57998)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 19, 2020
1 parent 85097d5 commit 29ac6fe
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 29ac6fe

Please sign in to comment.