Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add new enable-integration-tests profile #75

Merged
merged 1 commit into from Jan 8, 2020
Merged

feat: add new enable-integration-tests profile #75

merged 1 commit into from Jan 8, 2020

Conversation

BenWhitehead
Copy link
Contributor

Integration tests generally require credentials and access to external
GCP services which is not always available to every contributor.

This change skips the running of integration tests by default (they are
still compiled) in favor of explicitly enabling. To enable the running
of integration tests activate the enable-integration-tests profile
when executing maven (command line are: -Penable-integration-tests)

Depends on googleapis/synthtool#350 being merged
and projects having their autosynth PRs being merged.

Integration tests generally require credentials and access to external
GCP services which is not always available to every contributor.

This change skips the running of integration tests by default (they are
still compiled) in favor of explicitly enabling. To enable the running
of integration tests activate the `enable-integration-tests` profile
when executing maven (command line are: `-Penable-integration-tests`)
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants