Disabled EditorTest.testList

Change-Id: I74905450eab3f799ab97cb09ca707e588b810f56
diff --git a/user/test/com/google/web/bindery/requestfactory/gwt/client/ui/EditorTest.java b/user/test/com/google/web/bindery/requestfactory/gwt/client/ui/EditorTest.java
index 9979d20..21979d0 100644
--- a/user/test/com/google/web/bindery/requestfactory/gwt/client/ui/EditorTest.java
+++ b/user/test/com/google/web/bindery/requestfactory/gwt/client/ui/EditorTest.java
@@ -229,12 +229,13 @@
   }
 
   /**
+   * (Disabled as it is flaky)
    * Tests issues with {@code CompositeEditor}s when subeditors are dynamically
    * created, such as with a {@link ListEditor}.
-   * 
+   *
    * @see http://code.google.com/p/google-web-toolkit/issues/detail?id=6081
    */
-  public void testList() {
+  public void _disabled_testList() {
     delayTestFinish(TEST_TIMEOUT);
     final SimpleFooEditorWithList editor = new SimpleFooEditorWithList();