summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-01 09:55:05 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-01 11:21:41 +0900
commite00eba1ce2ec5089119c43a0ce774a4f0474f616 (patch)
treede599c9972e937f5d0254b37358d82ba1b99dec6 /.github/workflows/macos.yml
parenta3d90f1b9b4d9ec773f9eeeb998e5bf010d399fd (diff)
xmlrpc has been removed from the bundled gems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3493
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index c58ae3af5a..c7472ef895 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -51,7 +51,7 @@ jobs:
env:
RUBY_TESTOPTS: "-q --tty=no"
# Remove minitest from TEST_BUNDLED_GEMS_ALLOW_FAILURES if https://github.com/seattlerb/minitest/pull/798 is resolved
- TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rexml"
+ TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,rexml"
- uses: k0kubun/action-slack@v2.0.0
with:
payload: |