File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ -//java/test/org/openqa/selenium:FormHandlingTest-chrome
2
+ -//java/test/org/openqa/selenium/federatedcredentialmanagement:FederatedCredentialManagementTest
Original file line number Diff line number Diff line change 7
7
# The ruby version may have been set by the CI runner. Stash
8
8
# changes while we check to see if we need to reformat the
9
9
# code.
10
- git stash
10
+ git commit -am ' Temp commit to allow format to run cleanly '
11
11
12
12
# Fail the build if the format script needs to be re-run
13
13
./scripts/format.sh
14
14
git diff --exit-code
15
15
16
16
# Now we're made it out, reapply changes made by the build
17
17
# runner
18
- git stash apply
18
+ git reset --soft HEAD^
19
19
20
20
# The NPM repository rule wants to write to the HOME directory
21
21
# but that's configured for the remote build machines, so run
@@ -25,4 +25,5 @@ bazel query @npm//:all >/dev/null
25
25
26
26
# Now run the tests. The engflow build uses pinned browsers
27
27
# so this should be fine
28
- bazel test --config=remote-ci --keep_going //java/...
28
+ # shellcheck disable=SC2046
29
+ bazel test --config=remote-ci --test_tag_filters=-exclusive-if-local,-skip-remote --keep_going --flaky_test_attempts=2 //java/... -- $( cat .skipped-tests | tr ' \n' ' ' )
You can’t perform that action at this time.
0 commit comments