[
https://issues.apache.org/jira/browse/BEAM-8328?focusedWorklogId=396944&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-396944
]
ASF GitHub Bot logged work on BEAM-8328:
----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Mar/20 19:12
Start Date: 03/Mar/20 19:12
Worklog Time Spent: 10m
Work Description: Ardagan commented on 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 396944)
Time Spent: 40m (was: 0.5h)
> remove :beam-test-infra-metrics:test from build target.
> -------------------------------------------------------
>
> Key: BEAM-8328
> URL: https://issues.apache.org/jira/browse/BEAM-8328
> Project: Beam
> Issue Type: Bug
> Components: community-metrics, project-management
> Reporter: Mikhail Gryzykhin
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)