From e7282aa86b859885ad3fbdfb0b3d17286be2d97c Mon Sep 17 00:00:00 2001 From: Stratoula Kalafateli Date: Wed, 14 Oct 2020 11:45:35 +0300 Subject: [PATCH] [Discover] Skip the Discover to Visualize functional tests for cloud --- test/functional/apps/discover/_field_visualize.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/functional/apps/discover/_field_visualize.ts b/test/functional/apps/discover/_field_visualize.ts index c95211e98cdba..1a1631b9db48b 100644 --- a/test/functional/apps/discover/_field_visualize.ts +++ b/test/functional/apps/discover/_field_visualize.ts @@ -32,7 +32,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { defaultIndex: 'logstash-*', }; - describe('discover field visualize button', () => { + describe('discover field visualize button', function () { + // unskipped on cloud as these tests test the navigation + // from Discover to Visualize which happens only on OSS + this.tags(['skipCloud']); before(async function () { log.debug('load kibana index with default index pattern'); await esArchiver.load('discover');