diff options
author | Artur Signell <artur@vaadin.com> | 2014-04-23 22:03:54 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-04-24 11:45:23 +0000 |
commit | a32a15c6452a1eeece33512b352da70413df4bb4 (patch) | |
tree | cb7e815b9b21fcc43762e289ab430d6c119ff0f7 | |
parent | 0a5eeeca649676432a4166255a4aee0028a3adcc (diff) | |
download | vaadin-framework-a32a15c6452a1eeece33512b352da70413df4bb4.tar.gz vaadin-framework-a32a15c6452a1eeece33512b352da70413df4bb4.zip |
Disable test which changes global behavior of the servlet
Change-Id: Ia9249d76e12217089d9214573a4363fdde94d1e4
-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(); |