File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
java/test/org/openqa/selenium/federatedcredentialmanagement Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 23
23
java-version : 17
24
24
run : |
25
25
fsutil 8dot3name set 0
26
- bazel test --flaky_test_attempts 3 //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest `
26
+ bazel test --flaky_test_attempts 3 --pin_browsers=true //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest `
27
27
//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest `
28
28
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest `
29
29
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest `
47
47
# https://github.com/bazelbuild/rules_jvm_external/issues/1046
48
48
java-version : 17
49
49
run : |
50
- bazel test --flaky_test_attempts 3 //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote \
50
+ bazel test --flaky_test_attempts 3 --pin_browsers=true //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote \
51
51
//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest \
52
52
//java/test/org/openqa/selenium/firefox:FirefoxDriverBuilderTest \
53
53
//java/test/org/openqa/selenium/grid/router:RemoteWebDriverDownloadTest \
71
71
# https://github.com/bazelbuild/rules_jvm_external/issues/1046
72
72
java-version : 17
73
73
run : |
74
- bazel test --flaky_test_attempts 3 //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote
74
+ bazel test --flaky_test_attempts 3 --pin_browsers=true //java/test/org/openqa/selenium/chrome:ChromeDriverFunctionalTest-remote
Original file line number Diff line number Diff line change 89
89
os : ${{ matrix.os }}
90
90
cache-key : py-browser-${{ matrix.browser }}
91
91
run : |
92
- bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:common-${{ matrix.browser }}-bidi
93
- bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-${{ matrix.browser }}
92
+ bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true //py:common-${{ matrix.browser }}-bidi
93
+ bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true //py:test-${{ matrix.browser }}
94
94
95
95
safari-tests :
96
96
name : Browser Tests
@@ -108,4 +108,4 @@ jobs:
108
108
os : ${{ matrix.os }}
109
109
cache-key : py-browser-${{ matrix.browser }}
110
110
run : |
111
- bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-${{ matrix.browser }}
111
+ bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true //py:test-${{ matrix.browser }}
Original file line number Diff line number Diff line change 84
84
--local_test_jobs 1
85
85
--test_size_filters large
86
86
--test_tag_filters ${{ matrix.browser }}
87
- ${{ matrix.os != 'windows' && ' --pin_browsers' || '' }}
87
+ --pin_browsers
88
88
//rb/spec/...
89
89
90
90
integration-tests-remote :
@@ -111,5 +111,5 @@ jobs:
111
111
--local_test_jobs 1
112
112
--test_size_filters large
113
113
--test_tag_filters ${{ matrix.browser }}-remote
114
- ${{ matrix.os != 'windows' && ' --pin_browsers' || '' }}
114
+ --pin_browsers
115
115
//rb/spec/...
Original file line number Diff line number Diff line change 29
29
import java .util .List ;
30
30
import org .junit .jupiter .api .AfterEach ;
31
31
import org .junit .jupiter .api .BeforeEach ;
32
+ import org .junit .jupiter .api .Disabled ;
32
33
import org .junit .jupiter .api .Test ;
33
34
import org .openqa .selenium .By ;
34
35
import org .openqa .selenium .NoAlertPresentException ;
40
41
import org .openqa .selenium .environment .webserver .AppServer ;
41
42
import org .openqa .selenium .support .ui .WebDriverWait ;
42
43
44
+ @ Disabled ("https://issues.chromium.org/u/0/issues/425801332" )
43
45
class FederatedCredentialManagementTest {
44
46
45
47
private HasFederatedCredentialManagement fedcmDriver ;
You can’t perform that action at this time.
0 commit comments