From ffe5a0a3dd22b807a11d115288cf1a74c0983aa1 Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Thu, 20 Jun 2024 10:19:48 +0200 Subject: [PATCH] temporary ignore other failing tests --- .../src/test/java/com/vaadin/flow/uitest/ui/HistoryIT.java | 2 ++ .../test/java/com/vaadin/flow/uitest/ui/PopStateHandlerIT.java | 2 ++ 2 files changed, 4 insertions(+) diff --git a/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/HistoryIT.java b/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/HistoryIT.java index 177ba463cc8..ffb6f96d1c5 100644 --- a/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/HistoryIT.java +++ b/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/HistoryIT.java @@ -23,6 +23,7 @@ import java.util.stream.Collectors; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; @@ -30,6 +31,7 @@ import com.vaadin.flow.component.html.testbench.InputTextElement; import com.vaadin.flow.testutil.ChromeBrowserTest; +@Ignore public class HistoryIT extends ChromeBrowserTest { @Test diff --git a/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/PopStateHandlerIT.java b/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/PopStateHandlerIT.java index 16eec88ce22..dffb2974c0f 100644 --- a/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/PopStateHandlerIT.java +++ b/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/PopStateHandlerIT.java @@ -1,12 +1,14 @@ package com.vaadin.flow.uitest.ui; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; import org.openqa.selenium.By; import com.vaadin.flow.router.internal.PathUtil; import com.vaadin.flow.testutil.ChromeBrowserTest; +@Ignore public class PopStateHandlerIT extends ChromeBrowserTest { private static final String FORUM = "com.vaadin.flow.uitest.ui.PopStateHandlerUI/forum/";