From e5c70e26e3658330de0126fc4275e906991d4a40 Mon Sep 17 00:00:00 2001 From: Oleksandr Yakushev Date: Wed, 28 Aug 2024 11:40:49 +0300 Subject: [PATCH] [ci] Disable parser-next dependent tests on JDK11 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e48e98fa9..30efc5717 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -112,9 +112,9 @@ jobs: # be GH connectivity runner issues. We attempt to address this # problem by rerunning the tests more than once. eldev -p -dtTC test --test-type integration || eldev -p -dtTC test --test-type integration - + - name: Run tests that need enrich-classpath - if: "!startsWith(matrix.os, 'windows')" + if: "!startsWith(matrix.os, 'windows') && (matrix.java_version != '11')" run: | cd dev; ../clojure.sh clojure -M:gen; cd - wc -l test/File.edn