diff --git a/x-pack/test/functional/apps/monitoring/enable_monitoring/index.js b/x-pack/test/functional/apps/monitoring/enable_monitoring/index.js index dfcef98a2001b1..9d71d6af18d51a 100644 --- a/x-pack/test/functional/apps/monitoring/enable_monitoring/index.js +++ b/x-pack/test/functional/apps/monitoring/enable_monitoring/index.js @@ -16,6 +16,8 @@ export default function ({ getService, getPageObjects }) { const retry = getService('retry'); describe('Monitoring is turned off', function () { + // You no longer enable monitoring through Kibana on cloud https://github.com/elastic/kibana/pull/88375 + this.tags(['skipCloud']); before(async () => { const browser = getService('browser'); await browser.setWindowSize(1600, 1000);