Skip to content

Commit

Permalink
remove merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Mar 14, 2022
1 parent 23c52cd commit 412d4f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions x-pack/test/functional/apps/maps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,8 @@ export default function ({ loadTestFile, getService }) {
loadTestFile(require.resolve('./layer_errors'));
loadTestFile(require.resolve('./visualize_create_menu'));
loadTestFile(require.resolve('./discover'));
<<<<<<< HEAD
loadTestFile(require.resolve('./lens'));
=======
loadTestFile(require.resolve('./geofile_wizard_auto_open'));
>>>>>>> f071726b9e7bd20ccb9fc0e1d36de59d8d92b4fd
loadTestFile(require.resolve('./lens'));
});
});
}

0 comments on commit 412d4f6

Please sign in to comment.