Skip to content

Commit

Permalink
link existing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Jun 24, 2020
1 parent 7be1cd0 commit 004dc91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/apps/visualize/_data_table_nontimeindex.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export default function ({ getService, getPageObjects }) {
expect(data.trim().split('\n')).to.be.eql(['14,004 1,412.6']);
});

// bug https://github.com/elastic/kibana/issues/68977
describe.skip('data table with date histogram', async () => {
before(async () => {
await PageObjects.visualize.navigateToNewVisualization();
Expand Down

0 comments on commit 004dc91

Please sign in to comment.