From 10fe7b6743921e1ee1415f178ddf30f0365a436c Mon Sep 17 00:00:00 2001 From: cpovirk Date: Fri, 14 Apr 2017 12:23:12 -0700 Subject: [PATCH] Skip GWT tests by default. The fact that they "hang" (i.e., take ~8 hours) confused the reporter of http://stackoverflow.com/q/43040327/28465, and I suspect he's not the first. Plus, I mean, who wants to wait 8 hours? :) I've updated our release docs to explicitly turn on GWT tests during the main test command. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=153193781 --- guava-gwt/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guava-gwt/pom.xml b/guava-gwt/pom.xml index 2dcbe2dc1f7c..0d270884ec5e 100644 --- a/guava-gwt/pom.xml +++ b/guava-gwt/pom.xml @@ -17,7 +17,8 @@ This project includes GWT-friendly sources. - **/GwtTestSuite.java + + **/DoesNotMatchAnyTests.java 2.8.0 2.8.0 WARN