Skip to content

Commit

Permalink
[test] Disable Java fut CI until the bug in Java 21 gets fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Dec 4, 2023
1 parent b614b9a commit 679849b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@main
- run: make -j3 host-diff
- run: make -j3 java/GenBase.java
- run: make -j3 host-diff-java
#- run: make -j3 host-diff-java
- run: make -j3 test-error FUT_HOST=cs
- run: make -j3 test-error FUT_HOST=java
- run: make -j3 test-error FUT_HOST=node

0 comments on commit 679849b

Please sign in to comment.