]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove flaky tests which does not give much additional info
authorArtur Signell <artur@vaadin.com>
Tue, 25 Mar 2014 09:59:10 +0000 (11:59 +0200)
committerArtur Signell <artur@vaadin.com>
Tue, 25 Mar 2014 09:59:33 +0000 (11:59 +0200)
Change-Id: I63141cac25b612805458cae570917f757106251a

uitest/src/com/vaadin/tests/push/PushReconnectTest.java

index 76a0b547da03457442d884c183e85b8f425198c7..325f2542d78a65c48638a5c653e81042bf0bacc8 100644 (file)
@@ -122,22 +122,6 @@ public abstract class PushReconnectTest extends MultiBrowserTestWithProxy {
         }
     }
 
-    @Test
-    public void testMultipleQuickReconnects() throws Exception {
-        setDebug(true);
-        openTestURL();
-        startTimer();
-        waitUntilServerCounterChanges();
-        for (int i = 0; i < 50; i++) {
-            disconnectProxy();
-            Thread.sleep(100);
-            connectProxy();
-            Thread.sleep(100);
-        }
-        waitUntilServerCounterChanges();
-        waitUntilServerCounterChanges();
-    }
-
     private int getClientCounter() {
         return BasicPushTest.getClientCounter(this);
     }