Skip to content

Commit b89c67f

Browse files
committed
Re-enable skipped test.
1 parent f5faaf5 commit b89c67f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/functional/apps/visualize/_area_chart.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,7 @@ export default function ({ getService, getPageObjects }) {
246246
await inspector.close();
247247
});
248248

249-
// Preventing ES Promotion for master (8.0)
250-
// https://github.com/elastic/kibana/issues/64734
251-
it.skip('does not scale top hit agg', async () => {
249+
it('does not scale top hit agg', async () => {
252250
const expectedTableData = [
253251
['2015-09-20 00:00', '6', '9.035KB'],
254252
['2015-09-20 01:00', '9', '5.854KB'],

0 commit comments

Comments
 (0)