Skip to content

Commit 36c44f7

Browse files
authored
[Discover] Unskip date histogram test (#84727) (#84865)
1 parent 534a7e2 commit 36c44f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/functional/apps/discover/_discover_histogram.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
3131
'dateFormat:tz': 'Europe/Berlin',
3232
};
3333

34-
// FLAKY: https://github.com/elastic/kibana/issues/81576
35-
describe.skip('discover histogram', function describeIndexTests() {
34+
describe('discover histogram', function describeIndexTests() {
3635
before(async () => {
3736
await esArchiver.loadIfNeeded('logstash_functional');
3837
await esArchiver.load('long_window_logstash');

0 commit comments

Comments
 (0)