From c89285118c4ac34944953efaa8e5b7a2a510712e Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Mon, 15 Aug 2016 13:41:22 -0700 Subject: [PATCH] Don't recommend running the tests at package time. Users probably don't want to run all the system tests to try out the BigQuery samples. --- bigquery/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigquery/README.md b/bigquery/README.md index fc6ec28c77c..5e82a68d630 100644 --- a/bigquery/README.md +++ b/bigquery/README.md @@ -8,7 +8,7 @@ Install [Maven](http://maven.apache.org/). Build your project with: - mvn package + mvn package -DskipTests You can then run a given `ClassName` via: