Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jul 16, 2020
1 parent 3b560b1 commit 36895cb
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions test/functional/apps/visualize/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default function ({ getService, getPageObjects, loadTestFile }: FtrProvid

loadTestFile(require.resolve('./_embedding_chart'));
loadTestFile(require.resolve('./_chart_types'));
loadTestFile(require.resolve('./_area_chart'));
loadTestFile(require.resolve('./_data_table'));
loadTestFile(require.resolve('./_data_table_nontimeindex'));
loadTestFile(require.resolve('./_data_table_notimeindex_filters'));
Expand All @@ -68,6 +69,7 @@ export default function ({ getService, getPageObjects, loadTestFile }: FtrProvid
describe('', function () {
this.tags('ciGroup11');

loadTestFile(require.resolve('./_line_chart'));
loadTestFile(require.resolve('./_pie_chart'));
loadTestFile(require.resolve('./_point_series_options'));
loadTestFile(require.resolve('./_markdown_vis'));
Expand All @@ -81,20 +83,17 @@ export default function ({ getService, getPageObjects, loadTestFile }: FtrProvid
}
});

// eslint-disable-next-line ban/ban
describe.only('', function () {
describe('', function () {
this.tags('ciGroup12');

loadTestFile(require.resolve('./_area_chart'));
loadTestFile(require.resolve('./_line_chart'));
// loadTestFile(require.resolve('./_tag_cloud'));
loadTestFile(require.resolve('./_tag_cloud'));
loadTestFile(require.resolve('./_vertical_bar_chart'));
loadTestFile(require.resolve('./_vertical_bar_chart_nontimeindex'));
// loadTestFile(require.resolve('./_tsvb_chart'));
// loadTestFile(require.resolve('./_tsvb_time_series'));
// loadTestFile(require.resolve('./_tsvb_markdown'));
// loadTestFile(require.resolve('./_tsvb_table'));
// loadTestFile(require.resolve('./_vega_chart'));
loadTestFile(require.resolve('./_tsvb_chart'));
loadTestFile(require.resolve('./_tsvb_time_series'));
loadTestFile(require.resolve('./_tsvb_markdown'));
loadTestFile(require.resolve('./_tsvb_table'));
loadTestFile(require.resolve('./_vega_chart'));
});
});
}

0 comments on commit 36895cb

Please sign in to comment.