]> source.dussan.org Git - vaadin-framework.git/commitdiff
Disable test which changes global behavior of the servlet
authorArtur Signell <artur@vaadin.com>
Wed, 23 Apr 2014 19:03:54 +0000 (22:03 +0300)
committerVaadin Code Review <review@vaadin.com>
Thu, 24 Apr 2014 11:45:23 +0000 (11:45 +0000)
Change-Id: Ia9249d76e12217089d9214573a4363fdde94d1e4

uitest/src/com/vaadin/tests/components/ui/TimeoutRedirectResetsOnActivityTest.java

index 272bacb8d56f4da2fa797564a6976acbebcd7ba5..dda416ca7ca9b8957ad94e1cbd2c0c6b7ff17d22 100644 (file)
@@ -17,6 +17,7 @@ package com.vaadin.tests.components.ui;
 
 import static org.junit.Assert.assertTrue;
 
+import org.junit.Ignore;
 import org.junit.Test;
 import org.openqa.selenium.By;
 import org.openqa.selenium.NoSuchElementException;
@@ -26,6 +27,7 @@ import com.vaadin.tests.tb3.MultiBrowserTest;
 
 public class TimeoutRedirectResetsOnActivityTest extends MultiBrowserTest {
     @Test
+    @Ignore("The test modifies the system messages, which are global and the changes will affect other tests")
     public void verifyRedirectWorks() throws Exception {
         setDebug(true);
         openTestURL();