aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gwtquery-core/src/test/java/com/google/gwt/query/client/dbinding/DataBindingTestJre.java3
1 files changed, 2 insertions, 1 deletions
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);