From 4fb698c4fccbf0b686b46c102f24368c5c88a6a2 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sat, 31 Dec 2022 15:00:36 -0500 Subject: [PATCH] ci: skip downstream xmlsec test because that gem doesn't support compaction and frequently segfaults see https://github.com/instructure/nokogiri-xmlsec-instructure/pull/17 --- .github/workflows/downstream.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 969cdb3d4f5..bc1f8705c7b 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -45,10 +45,10 @@ jobs: - url: https://github.com/pythonicrubyist/creek name: creek command: "bundle exec rake spec" - - url: https://github.com/instructure/nokogiri-xmlsec-instructure - name: nokogiri-xmlsec-instructure - precommand: "apt install -y libxmlsec1-dev" - command: "bundle exec rake compile rspec" + # - url: https://github.com/instructure/nokogiri-xmlsec-instructure + # name: nokogiri-xmlsec-instructure + # precommand: "apt install -y libxmlsec1-dev" + # command: "bundle exec rake compile rspec" runs-on: ubuntu-latest container: image: ghcr.io/sparklemotion/nokogiri-test:mri-3.1