We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c3c2a commit 4864f03Copy full SHA for 4864f03
.github/workflows/misc-tests.yml
@@ -39,6 +39,7 @@ jobs:
39
run: |
40
bash ops/test-sdist.sh
41
java-test:
42
+ if: false # TODO(hcho3): Re-enable when Java runtime is brought up to date
43
name: Run Java tests
44
runs-on: ubuntu-latest
45
steps:
0 commit comments