Skip to content

Commit

Permalink
Re-enable skipped test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers committed Jul 8, 2020
1 parent f5faaf5 commit b89c67f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/functional/apps/visualize/_area_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,7 @@ export default function ({ getService, getPageObjects }) {
await inspector.close();
});

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

0 comments on commit b89c67f

Please sign in to comment.