From be41a9f706db63e34f0245fc6dd0e8a159059367 Mon Sep 17 00:00:00 2001 From: Chris Roberson Date: Tue, 2 Feb 2021 13:12:04 -0500 Subject: [PATCH] Skip test for cloud (#89450) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- .../test/functional/apps/monitoring/enable_monitoring/index.js | 2 ++ 1 file changed, 2 insertions(+) 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);