-
Bug
-
Resolution: Fixed
-
P4
-
8
The build.gradle script has the following excludes, which should be removed so that the tests will run:
exclude("**/DepthTest.*");
exclude("**/*Abstract*.*");
If there are failing tests as a result, then they should be fixed or excluded with "@Ignore"
exclude("**/DepthTest.*");
exclude("**/*Abstract*.*");
If there are failing tests as a result, then they should be fixed or excluded with "@Ignore"