Skip to content

Commit

Permalink
[Discover] Unskip date histogram test (#84727)
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal authored Dec 3, 2020
1 parent 78123a1 commit 155d150
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/discover/_discover_histogram.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'dateFormat:tz': 'Europe/Berlin',
};

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

0 comments on commit 155d150

Please sign in to comment.