Skip to content

Commit

Permalink
Removing cascading dependencies between the different test type tasks…
Browse files Browse the repository at this point in the history
… so they can be run indepdendently now that the regular test task runs all tests by default
  • Loading branch information
tgianos committed Mar 10, 2016
1 parent 296fc89 commit 4aaa8e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ subprojects {
}

task integrationTests(type: Test, group: 'verification') {
dependsOn test
useJUnit {
includeCategories 'com.netflix.genie.test.categories.IntegrationTest'
excludeCategories 'com.netflix.genie.test.categories.UnitTest'
Expand All @@ -145,7 +144,6 @@ subprojects {
}

task documentationTests(type: Test, group: 'verification') {
dependsOn integrationTests
useJUnit {
includeCategories 'com.netflix.genie.test.categories.DocumentationTest'
excludeCategories 'com.netflix.genie.test.categories.UnitTest'
Expand Down

0 comments on commit 4aaa8e7

Please sign in to comment.