Revision: 6031
Author: jlaba...@google.com
Date: Fri Aug 28 14:37:20 2009
Log: Disabling test because it is flaky on HtmlUnit.

Patch by: jlabanca
Review by: spoon (desk)


http://code.google.com/p/google-web-toolkit/source/detail?r=6031

Modified:
   
/trunk/user/test/com/google/gwt/dev/jjs/test/RunAsyncMetricsIntegrationTest.java

=======================================
---  
/trunk/user/test/com/google/gwt/dev/jjs/test/RunAsyncMetricsIntegrationTest.java
         
Fri Aug 28 14:08:33 2009
+++  
/trunk/user/test/com/google/gwt/dev/jjs/test/RunAsyncMetricsIntegrationTest.java
         
Fri Aug 28 14:37:20 2009
@@ -18,6 +18,8 @@
  import com.google.gwt.core.client.GWT;
  import com.google.gwt.core.client.JavaScriptObject;
  import com.google.gwt.core.client.RunAsyncCallback;
+import com.google.gwt.junit.DoNotRunWith;
+import com.google.gwt.junit.Platform;
  import com.google.gwt.junit.client.GWTTestCase;
  import com.google.gwt.user.client.Command;
  import com.google.gwt.user.client.DeferredCommand;
@@ -31,7 +33,10 @@
   * lightweight metrics make it all the way out to the JavaScript LWM  
system. A
   * number of more detailed tests are in
   * {...@link com.google.gwt.core.client.impl.AsyncFragmentLoaderTest}.
+ *
+ * This test is flaky on HtmlUnit.
   */
+...@donotrunwith(Platform.Htmlunit)
  public class RunAsyncMetricsIntegrationTest extends GWTTestCase {
    private static final class LightweightMetricsEvent extends  
JavaScriptObject {
      protected LightweightMetricsEvent() {

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to