Merged
Show file tree
Hide file tree
Changes from 1 commit
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Failed to load files.
PrevPrevious commit
Next Next commit
build: remove custom skip tests variable
  • Loading branch information
@olavloite
olavloite committedMay 11, 2021
commit 74194beb6d506d10677ea24ba8e1869c8d8084b6
Original file line numberDiff line numberDiff line change
Expand Up@@ -15,7 +15,6 @@
</parent>
<properties>
<site.installationModule>google-cloud-spanner</site.installationModule>
<skipUTs>false</skipUTs>
</properties>


Expand DownExpand Up@@ -51,7 +50,6 @@
<id>default-test</id>
<configuration>
<excludedGroups>com.google.cloud.spanner.TracerTest,com.google.cloud.spanner.IntegrationTest</excludedGroups>
<skipTests>${skipUTs}</skipTests>
</configuration>
</execution>
<execution>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,7 +17,7 @@ Install [Maven](http://maven.apache.org/).

Build your project from the root directory (`java-spanner`):

mvn clean package -DskipTests -DskipUTs -Penable-samples
mvn clean package -DskipTests -Penable-samples

Every subsequent command here should be run from a subdirectory (`cd samples/snippets`).

Expand Down