Skip to content

Commit

Permalink
skip flaky suite (#74327)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7c60b09)
  • Loading branch information
spalger committed Aug 5, 2020
1 parent 9ddf9e1 commit 72e750c
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:/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 72e750c

Please sign in to comment.