Skip to content

Commit

Permalink
Removing tests that support legacy exports (#116011)
Browse files Browse the repository at this point in the history
* deleted 2 files

* removing the references of the deleted file
  • Loading branch information
rashmivkulkarni authored Oct 22, 2021
1 parent 286eacc commit 776ad48
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 113 deletions.
43 changes: 0 additions & 43 deletions test/functional/apps/dashboard/bwc_import.ts

This file was deleted.

2 changes: 0 additions & 2 deletions test/functional/apps/dashboard/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
loadTestFile(require.resolve('./dashboard_unsaved_state'));
loadTestFile(require.resolve('./dashboard_unsaved_listing'));
loadTestFile(require.resolve('./edit_visualizations'));
loadTestFile(require.resolve('./time_zones'));
loadTestFile(require.resolve('./dashboard_options'));
loadTestFile(require.resolve('./data_shared_attributes'));
loadTestFile(require.resolve('./share'));
Expand Down Expand Up @@ -95,7 +94,6 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {

loadTestFile(require.resolve('./dashboard_time_picker'));
loadTestFile(require.resolve('./bwc_shared_urls'));
loadTestFile(require.resolve('./bwc_import'));
loadTestFile(require.resolve('./panel_replacing'));
loadTestFile(require.resolve('./panel_cloning'));
loadTestFile(require.resolve('./copy_panel_to'));
Expand Down
68 changes: 0 additions & 68 deletions test/functional/apps/dashboard/time_zones.ts

This file was deleted.

0 comments on commit 776ad48

Please sign in to comment.