Change-Id: Ia9249d76e12217089d9214573a4363fdde94d1e4
import static org.junit.Assert.assertTrue;
+import org.junit.Ignore;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.NoSuchElementException;
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();