Remove failing test

This commit is contained in:
Benoit Daloze
2025-08-30 13:54:52 +02:00
parent ab85640192
commit 805f878062
2 changed files with 0 additions and 16 deletions
-13
View File
@@ -403,19 +403,6 @@ jobs:
bundler-cache: true bundler-cache: true
- run: bundle exec rails --version - run: bundle exec rails --version
testTruffleRubyNokogiri:
name: "Test installing a Gemfile with nokogiri on TruffleRuby"
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/nokogiri.gemfile
steps:
- uses: actions/checkout@v5
- uses: ./
with:
ruby-version: truffleruby-head
bundler-cache: true
- run: bundle list | grep nokogiri
testWindowsToolchain: testWindowsToolchain:
name: "Test windows-toolchain: none" name: "Test windows-toolchain: none"
runs-on: windows-latest runs-on: windows-latest
-3
View File
@@ -1,3 +0,0 @@
source "https://rubygems.org"
gem "nokogiri"