From 679849b2d5a14efc53389c3c74cc747d53eddc7b Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Mon, 4 Dec 2023 11:17:35 +0100 Subject: [PATCH] [test] Disable Java fut CI until the bug in Java 21 gets fixed. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5df8ce4..55c32210 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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