[前][次][番号順一覧][スレッド一覧]

ruby-changes:60064

From: Hiroshi <ko1@a...>
Date: Thu, 13 Feb 2020 15:23:45 +0900 (JST)
Subject: [ruby-changes:60064] 6ec6acd76e (ruby_2_7): Allow failures with rss tests on test-bundled-gems

https://git.ruby-lang.org/ruby.git/commit/?id=6ec6acd76e

From 6ec6acd76ed7c718a469841afe4f32571e757c9d Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Sun, 12 Jan 2020 09:59:10 +0900
Subject: Allow failures with rss tests on test-bundled-gems


diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index d86f038..3797bf6 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -60,7 +60,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L60
         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"
+          # rss needs to add workaround for the non rexml environment
+          TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rss"
       - name: Leaked Globals
         run: make -C build -s leaked-globals
       - uses: k0kubun/action-slack@v...
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 7a40c24..6bf3f29 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -94,7 +94,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L94
         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"
+          # rss needs to add workaround for the non rexml environment
+          TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rss"
       - name: Leaked Globals
         run: make -C build -s leaked-globals
       - uses: k0kubun/action-slack@v...
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]