Commented out testChangeClippedImageToUnclipped() because it fails
intermittently in the Linux continuous build in hosted mode.

Patch by: zundel
Review by: jlabanca


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@3644 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/user/client/ui/ImageTest.java b/user/test/com/google/gwt/user/client/ui/ImageTest.java
index 320b47f..7f1bd20 100644
--- a/user/test/com/google/gwt/user/client/ui/ImageTest.java
+++ b/user/test/com/google/gwt/user/client/ui/ImageTest.java
@@ -83,6 +83,8 @@
   /**
    * Tests the transition from the clipped state to the unclipped state.
    */
+  /* This test is commented out because of issue #863 & #864
+     It fails intermittently in linux hosted mode tests.
   public void testChangeClippedImageToUnclipped() {
     final Image image = new Image("counting-forwards.png",
         12, 13, 8, 8);
@@ -115,7 +117,8 @@
 
     delayTestFinish(5000);
   }
-
+  */
+  
   /**
    *  Tests the creation of an image in unclipped mode
    */