Skip to content

Commit

Permalink
skipping nested split table test
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Nov 21, 2018
1 parent 4ab960c commit e2bc5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/apps/visualize/_data_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,9 @@ export default function ({ getService, getPageObjects }) {
]);
});

it('should allow nesting multiple splits', async () => {
it.skip('should allow nesting multiple splits', async () => {
// This test can be removed as soon as we remove the nested split table
// feature (https://github.com/elastic/kibana/issues/24560).
// feature (https://github.com/elastic/kibana/issues/24560). (7.0)
await PageObjects.visualize.clickData();
await PageObjects.visualize.clickAddBucket();
await PageObjects.visualize.clickBucket('Split Table');
Expand Down

0 comments on commit e2bc5ba

Please sign in to comment.