Skip to content

Commit

Permalink
skip flaky suite (#81576)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 26, 2020
1 parent 5bd1c5d commit 608a8f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/discover/_discover_histogram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'dateFormat:tz': 'Europe/Berlin',
};

describe('discover histogram', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/81576
describe.skip('discover histogram', function describeIndexTests() {
before(async () => {
await esArchiver.loadIfNeeded('logstash_functional');
await esArchiver.load('long_window_logstash');
Expand Down

0 comments on commit 608a8f8

Please sign in to comment.