Skip to content

Commit 9e0a071

Browse files
committed
Executing NetworkInterceptorRestTest in GH runners
1 parent 6dd6b26 commit 9e0a071

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci-java.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest `
2929
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest `
3030
//java/test/org/openqa/selenium/remote:RemoteWebDriverBuilderTest `
31-
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest
31+
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest `
32+
//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest
3233
3334
browser-tests-macos:
3435
name: Browser Tests
@@ -52,7 +53,8 @@ jobs:
5253
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest \
5354
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest \
5455
//java/test/org/openqa/selenium/remote:RemoteWebDriverBuilderTest \
55-
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest
56+
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest \
57+
//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest
5658
5759
remote-tests:
5860
name: Remote Tests

.skipped-tests

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
-//java/test/org/openqa/selenium/edge:EdgeDriverFunctionalTest
77
-//java/test/org/openqa/selenium/edge:EdgeDriverFunctionalTest-edge
88
-//java/test/org/openqa/selenium/edge:EdgeDriverFunctionalTest-remote
9+
-//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest
10+
-//java/test/org/openqa/selenium/devtools:NetworkInterceptorRestTest-remote
911
-//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest
1012
-//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest
1113
-//java/test/org/openqa/selenium/grid/gridui:OverallGridTest

0 commit comments

Comments
 (0)