Skip to content

Commit

Permalink
ci: skip downstream sanitize test for now (#3353)
Browse files Browse the repository at this point in the history
pending a fix for #3348
  • Loading branch information
flavorjones authored Dec 6, 2024
2 parents 733ae93 + 2053283 commit f7a8a35
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
name: rails-html-sanitizer
command: "bundle exec rake test"
ruby: "3.3"
- url: https://github.com/rgrove/sanitize
name: sanitize
command: "bundle exec rake test"
ruby: "3.3"
# # pending a fix for https://github.com/sparklemotion/nokogiri/pull/3348
# - url: https://github.com/rgrove/sanitize
# name: sanitize
# command: "bundle exec rake test"
# ruby: "3.3"
- url: https://github.com/ebeigarts/signer
name: signer
command: "bundle exec rake spec"
Expand Down

0 comments on commit f7a8a35

Please sign in to comment.