Skip to content

Commit

Permalink
chore: Fix env var tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Mar 6, 2024
1 parent 3edfe45 commit bba201a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-api-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<test>AbstractGoogleClientTest#testGoogleClientBuilder_noCustomEndpoint_universeDomainEnvVar+testGoogleClientBuilder_customEndpoint_universeDomainEnvVar</test>
<test>AbstractGoogleClientTest#testGoogleClientBuilder_noCustomUniverseDomain_universeDomainEnvVar+testGoogleClientBuilder_customUniverseDomain_universeDomainEnvVar</test>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit bba201a

Please sign in to comment.