Clearing Unit test cases data in dev & repo
Comments
-
In your scenario, below are the possibilities :
#1 In the Dev environment, delete those unit test cases from the project, and then check in the project to the repository.
Select Folder View --> Change Report Viewer to All Folder Items(with hidden) --> Select the Unit Test cases and delete.
#2 During the project check-in from Dev to Repo, deselect those unit test cases before committing.
#3 If the project has already been checked into the repository, you can manually delete those unit test cases from there.

