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/03 19:12:25 UTC

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

Ardagan 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_r387201508
 
 

 ##########
 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'd suggest to change this task from test to some other type if possible. Excluding specific class is not scalable, since newly added classes will still be executed.

----------------------------------------------------------------
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