Skip to content

Commit

Permalink
skip flaky suite (#74327)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Aug 5, 2020
1 parent 2280927 commit 7c60b09
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default function ({ getService, getPageObjects }) {
const setupMode = getService('monitoringSetupMode');
const PageObjects = getPageObjects(['common', 'console']);

describe('Setup mode metricbeat migration', function () {
// FLAKY: https://github.com/elastic/kibana/issues/74327
describe.skip('Setup mode metricbeat migration', function () {
describe('setup mode btn', () => {
const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects);

Expand Down

0 comments on commit 7c60b09

Please sign in to comment.