]> source.dussan.org Git - gwtquery.git/commitdiff
Run test only in Prod
authorMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>
Tue, 2 Feb 2016 03:05:44 +0000 (22:05 -0500)
committerMaxime Mériouma-Caron <maxime.meriouma@arcbees.com>
Tue, 2 Feb 2016 03:05:44 +0000 (22:05 -0500)
gwtquery-core/src/test/java/com/google/gwt/query/client/dbinding/DataBindingTestJre.java

index 14a2bc96518ae13cb2bb4dd63be48d94c91c937e..23fb69ba2222250a48e79bd9b5d28af04bdbc743 100644 (file)
@@ -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);