diff options
-rw-r--r-- | uitest/src/com/vaadin/tests/components/ui/TimeoutRedirectResetsOnActivityTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/src/com/vaadin/tests/components/ui/TimeoutRedirectResetsOnActivityTest.java b/uitest/src/com/vaadin/tests/components/ui/TimeoutRedirectResetsOnActivityTest.java index 272bacb8d5..dda416ca7c 100644 --- a/uitest/src/com/vaadin/tests/components/ui/TimeoutRedirectResetsOnActivityTest.java +++ b/uitest/src/com/vaadin/tests/components/ui/TimeoutRedirectResetsOnActivityTest.java @@ -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(); |