-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
Description
As found in #13308 the
beam/sdks/java/extensions/ml/build.gradle
Lines 47 to 49 in 40f517f
| project.test { | |
| def gcpProject = project.findProperty("gcpProject") ?: 'apache-beam-testing' | |
| include "**/**IT.class" |
As a consequence it is now impossible to run the tests without a google GCP account as the build will fail over missing account information.
Imported from Jira BEAM-11363. Original Jira may contain additional context.
Reported by: nielsbasjes.