From f58fa65ae71bb03841e52898d5e1522099666432 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Maxime=20M=C3=A9riouma-Caron?= Date: Mon, 1 Feb 2016 22:05:44 -0500 Subject: [PATCH] Run test only in Prod --- .../google/gwt/query/client/dbinding/DataBindingTestJre.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.39.5