Skip to content

Commit 7399c00

Browse files
ci(spanner): disable reuse fork
1 parent c501582 commit 7399c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<configuration>
109109
<groups>com.google.cloud.spanner.ParallelIntegrationTest</groups>
110110
<forkCount>12</forkCount>
111-
<reuseForks>true</reuseForks>
111+
<reuseForks>false</reuseForks>
112112
<groups>com.google.cloud.spanner.ParallelIntegrationTest</groups>
113113
</configuration>
114114
</execution>

0 commit comments

Comments
 (0)