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 659de2db31e711..9c2931f90557ea 100644 --- a/x-pack/test/functional/apps/monitoring/enable_monitoring/index.js +++ b/x-pack/test/functional/apps/monitoring/enable_monitoring/index.js @@ -15,6 +15,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);