summaryrefslogtreecommitdiff
path: root/.github
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
parenta3d90f1b9b4d9ec773f9eeeb998e5bf010d399fd (diff)
xmlrpc has been removed from the bundled gems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3493
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/ubuntu.yml2
2 files changed, 2 insertions, 2 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: |
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 87b57fadbf..0df3b0a12d 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -73,7 +73,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"
+ TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest"
- uses: k0kubun/action-slack@v2.0.0
with:
payload: |