Skip to content

Commit 7c60b09

Browse files
committed
skip flaky suite (#74327)
1 parent 2280927 commit 7c60b09

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/test/functional/apps/monitoring/setup/metricbeat_migration.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export default function ({ getService, getPageObjects }) {
1111
const setupMode = getService('monitoringSetupMode');
1212
const PageObjects = getPageObjects(['common', 'console']);
1313

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

0 commit comments

Comments
 (0)