Skip to content

Commit 25dea20

Browse files
committed
[java] Disabling CDP-related tests that are currently broken
1 parent 9a434ed commit 25dea20

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

java/client/test/org/openqa/selenium/devtools/ChromeDevToolsFetchTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@
3434
import org.openqa.selenium.devtools.fetch.model.ResponseBody;
3535
import org.openqa.selenium.devtools.network.model.ErrorReason;
3636
import org.openqa.selenium.devtools.network.model.ResourceType;
37+
import org.openqa.selenium.testing.Ignore;
3738

3839
import java.util.ArrayList;
3940
import java.util.List;
4041
import java.util.Optional;
4142
import java.util.stream.Collectors;
4243

4344
// TODO: Add some checks, the tests does not ensure a listener is actually invoked
45+
@Ignore
4446
public class ChromeDevToolsFetchTest extends ChromeDevToolsTestBase {
4547

4648
@Test

java/client/test/org/openqa/selenium/devtools/ChromeDevToolsSecurityTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323

2424
import org.junit.Test;
2525
import org.openqa.selenium.devtools.security.Security;
26+
import org.openqa.selenium.testing.Ignore;
2627

28+
@Ignore
2729
public class ChromeDevToolsSecurityTest extends DevToolsTestBase {
2830

2931
@Test

0 commit comments

Comments
 (0)