Skip to content

Commit

Permalink
skip flaky suite (elastic#61714)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5d8c65a)
  • Loading branch information
spalger committed Mar 31, 2020
1 parent a62f8ed commit a75e050
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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,8 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
defaultIndex: 'logstash-*',
};

describe('discover field visualize button', () => {
// FLAKY: https://github.com/elastic/kibana/issues/61714
describe.skip('discover field visualize button', () => {
before(async function() {
log.debug('load kibana index with default index pattern');
await esArchiver.load('discover');
Expand Down

0 comments on commit a75e050

Please sign in to comment.