diff --git a/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/BaseHrefIT.java b/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/BaseHrefIT.java index 8fa942119bd..721c9bfcd12 100644 --- a/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/BaseHrefIT.java +++ b/flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/BaseHrefIT.java @@ -20,10 +20,13 @@ import org.junit.Assert; import org.junit.Test; +import org.junit.experimental.categories.Category; import org.openqa.selenium.By; +import com.vaadin.flow.testcategory.IgnoreOSGi; import com.vaadin.flow.testutil.ChromeBrowserTest; +@Category(IgnoreOSGi.class) public class BaseHrefIT extends ChromeBrowserTest { @Test