Skip to content

Commit

Permalink
exclude standalone jar for tests (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenrost authored May 26, 2022
1 parent 9947326 commit d953af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ gradle.projectsEvaluated {

tasks.withType(Test) {
systemProperties(System.getProperties())
systemProperty("whisk.server.jar", getStandaloneJarFilePath())
//systemProperty("whisk.server.jar", getStandaloneJarFilePath())

testLogging {
events "passed", "skipped", "failed"
Expand Down

0 comments on commit d953af5

Please sign in to comment.