From a32a15c6452a1eeece33512b352da70413df4bb4 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 23 Apr 2014 22:03:54 +0300 Subject: [PATCH] Disable test which changes global behavior of the servlet Change-Id: Ia9249d76e12217089d9214573a4363fdde94d1e4 --- .../components/ui/TimeoutRedirectResetsOnActivityTest.java | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.39.5