Skip to content

Commit ccdbd04

Browse files
committed
[java] Disabling some tests in GH actions, they pass locally.
1 parent 921ec29 commit ccdbd04

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

java/test/org/openqa/selenium/devtools/NetworkInterceptorRestTest.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,15 @@
3333
import org.openqa.selenium.JavascriptExecutor;
3434
import org.openqa.selenium.WebDriver;
3535
import org.openqa.selenium.environment.webserver.NettyAppServer;
36-
import org.openqa.selenium.remote.http.*;
36+
import org.openqa.selenium.remote.http.HttpMethod;
37+
import org.openqa.selenium.remote.http.HttpResponse;
38+
import org.openqa.selenium.remote.http.Route;
3739
import org.openqa.selenium.testing.Ignore;
40+
import org.openqa.selenium.testing.JupiterTestBase;
3841
import org.openqa.selenium.testing.drivers.Browser;
3942
import org.openqa.selenium.testing.drivers.WebDriverBuilder;
4043

41-
class NetworkInterceptorRestTest {
44+
class NetworkInterceptorRestTest extends JupiterTestBase {
4245

4346
private NettyAppServer appServer;
4447
private WebDriver driver;

java/test/org/openqa/selenium/devtools/NetworkInterceptorTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@
4040
import org.openqa.selenium.remote.http.HttpResponse;
4141
import org.openqa.selenium.remote.http.Route;
4242
import org.openqa.selenium.testing.Ignore;
43+
import org.openqa.selenium.testing.JupiterTestBase;
4344
import org.openqa.selenium.testing.drivers.Browser;
4445
import org.openqa.selenium.testing.drivers.WebDriverBuilder;
4546

46-
class NetworkInterceptorTest {
47+
class NetworkInterceptorTest extends JupiterTestBase {
4748

4849
private NettyAppServer appServer;
4950
private WebDriver driver;

0 commit comments

Comments
 (0)