Skip to content

Commit 6cc19f2

Browse files
committed
Disable randGen test because it is failing on macOS (the random number generator, the way we use it, is non-portable).
PiperOrigin-RevId: 877684728
1 parent 0c5d24c commit 6cc19f2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/bazel_arm64_macos.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,12 @@ jobs:
5858
run: |
5959
./$BAZEL build -c opt //...
6060
- name: Test
61-
run: |
62-
./$BAZEL test -c opt --test_size_filters=-enormous --test_output=errors //...
61+
run: >-
62+
./$BAZEL test -c opt
63+
--test_size_filters=-enormous
64+
--test_output=errors
65+
--test_filter=PywrapFstTest.testRandGen*
66+
//...
6367
- name: Save new cache for main
6468
if: github.ref == 'refs/heads/main'
6569
uses: actions/cache/save@v5

0 commit comments

Comments
 (0)