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

fix: use surefire-junit47 provider for surefire/failsafe plugins #81

Merged
merged 1 commit into from Jan 3, 2020

Conversation

chingor13
Copy link
Collaborator

Spanner tests use the grouping feature of tests and require using the junit47 provider for running the tests.

If we leave the junit4 provider in the shared-config and specify the junit47 provider downstream in the spanner repo, then tests run twice - once for each provider. The junit4 provider will not skip tests annotated as integration tests while running unit tests and will fail.

@chingor13 chingor13 requested a review from a team January 3, 2020 17:48
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 3, 2020
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