Skip to content

Commit

Permalink
Skip GWT tests by default.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cpovirk committed Apr 14, 2017
1 parent fc77a95 commit 10fe7b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guava-gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
This project includes GWT-friendly sources.
</description>
<properties>
<gwt.test.include>**/GwtTestSuite.java</gwt.test.include>
<!-- We skip GWT tests by default. To run, pass -Dgwt.test.include=**/GwtTestSuite.java -->
<gwt.test.include>**/DoesNotMatchAnyTests.java</gwt.test.include>
<gwt.version>2.8.0</gwt.version>
<gwt.plugin.version>2.8.0</gwt.plugin.version>
<gwt.logLevel>WARN</gwt.logLevel>
Expand Down

0 comments on commit 10fe7b6

Please sign in to comment.