From: Maxime Mériouma-Caron Date: Tue, 2 Feb 2016 03:05:44 +0000 (-0500) Subject: Run test only in Prod X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f58fa65ae71bb03841e52898d5e1522099666432;p=gwtquery.git Run test only in Prod --- diff --git a/gwtquery-core/src/test/java/com/google/gwt/query/client/dbinding/DataBindingTestJre.java b/gwtquery-core/src/test/java/com/google/gwt/query/client/dbinding/DataBindingTestJre.java index 14a2bc96..23fb69ba 100644 --- a/gwtquery-core/src/test/java/com/google/gwt/query/client/dbinding/DataBindingTestJre.java +++ b/gwtquery-core/src/test/java/com/google/gwt/query/client/dbinding/DataBindingTestJre.java @@ -222,7 +222,8 @@ public class DataBindingTestJre extends GWTTestCase { assertNull(entity.address().get("phone")); } } - + + @DoNotRunWith(Platform.Devel) public void test_return_empty_list_when_array_isEmpty() { //GIVEN a JSON representation of a user without phones GUser user = GQ.create(GUser.class);