Skip to content

Integration tests are run under the test task #20648

@damccorm

Description

@damccorm

As found in #13308 the

project.test {
def gcpProject = project.findProperty("gcpProject") ?: 'apache-beam-testing'
include "**/**IT.class"
 explicitly includes the integration tests in the test task.

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions