You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by GitBox <gi...@apache.org> on 2020/03/04 14:45:50 UTC

[GitHub] [beam] mwalenia commented on a change in pull request #11024: [BEAM-8328] Disable community metrics integration test in 'test' task

mwalenia commented on a change in pull request #11024: [BEAM-8328] Disable community metrics integration test in 'test' task
URL: https://github.com/apache/beam/pull/11024#discussion_r387712211
 
 

 ##########
 File path: .test-infra/metrics/build.gradle
 ##########
 @@ -39,4 +39,10 @@ dockerCompose.isRequiredBy(testMetricsStack)
 
 task preCommit { dependsOn testMetricsStack }
 
-task checkProber { dependsOn test }
+task checkProber(type:Test) {
 
 Review comment:
   I'm not sure if making it something else than a test is viable - I don't know if I can run tests from some other task type. I can exclude everything except the class we want to be executed though.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services