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:
[email protected]


With regards,
Apache Git Services

Reply via email to