We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf98a0 commit 7f13c88Copy full SHA for 7f13c88
pom.xml
@@ -221,7 +221,7 @@
221
<groupId>org.apache.maven.plugins</groupId>
222
<artifactId>maven-surefire-plugin</artifactId>
223
<configuration>
224
- <excludedGroups>com.google.cloud.spanner.IntegrationTest</excludedGroups>
+ <exclude>com.google.cloud.spanner.IntegrationTest</exclude>
225
<reportNameSuffix>sponge_log</reportNameSuffix>
226
</configuration>
227
</plugin>
0 commit comments