Updated the gradle test files

This commit is contained in:
2019-02-03 19:36:47 -07:00
parent 9979975fd0
commit 85e59cc8dc
3 changed files with 6 additions and 6 deletions
@@ -17,8 +17,8 @@ dependencies {
}
test {
if (System.properties['test.profile'] != 'edu.msudenver.tsp.services.integrationTest') {
exclude '**/*edu.msudenver.tsp.services.integrationTest*'
if (System.properties['test.profile'] != 'integrationTest') {
exclude '**/*integrationTest*'
} else {
exclude '**/*edu/*'
}