Skip to content

Commit 700034b

Browse files
committed
[Discover] Skip the Discover to Visualize functional tests for cloud (#80469)
1 parent 35c395f commit 700034b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/functional/apps/discover/_field_visualize.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
3232
defaultIndex: 'logstash-*',
3333
};
3434

35-
describe('discover field visualize button', () => {
35+
describe('discover field visualize button', function () {
36+
// unskipped on cloud as these tests test the navigation
37+
// from Discover to Visualize which happens only on OSS
38+
this.tags(['skipCloud']);
3639
before(async function () {
3740
log.debug('load kibana index with default index pattern');
3841
await esArchiver.load('discover');

0 commit comments

Comments
 (0)