Skip to content

Commit

Permalink
[Discover] Skip the Discover to Visualize functional tests for cloud (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula authored Oct 14, 2020
1 parent 681c6ab commit 5d8cf62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/functional/apps/discover/_field_visualize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 5d8cf62

Please sign in to comment.