Skip to content

Commit

Permalink
only area chart
Browse files Browse the repository at this point in the history
Signed-off-by: ananzh <ananzh@amazon.com>
  • Loading branch information
ananzh committed Jun 27, 2023
1 parent 89d8e08 commit eedef25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/apps/visualize/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
describe('', function () {
this.tags('ciGroup9');

loadTestFile(require.resolve('./_custom_branding'));
loadTestFile(require.resolve('./_chart_types'));
// loadTestFile(require.resolve('./_custom_branding'));
// loadTestFile(require.resolve('./_chart_types'));
loadTestFile(require.resolve('./_area_chart'));
});

Expand Down

0 comments on commit eedef25

Please sign in to comment.