From ad65390c0a7505ce47023b0555e762426132496b Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 2 Apr 2021 11:46:00 +0200 Subject: [PATCH] Disable sassc test on JRuby on Windows as it fails on 9.2.17.0 * See https://github.com/jruby/jruby/issues/6648 --- .github/workflows/test.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df8ddde..7ac8bba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -95,9 +95,10 @@ jobs: - name: bash test shell: bash run: echo ~ - - name: Windows JRuby - if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby') - run: gem install sassc -N + # Disabled until https://github.com/jruby/jruby/issues/6648 is fixed + # - name: Windows JRuby + # if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby') + # run: gem install sassc -N testExactBundlerVersion: name: "Test with an exact Bundler version"