From 930b012ad96bfb0bd12446b89407120744ef92eb Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Tue, 24 Mar 2020 15:36:53 +0900 Subject: Add rexml to fix rss of test-bundled-gems (#2976) --- .github/workflows/macos.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows/macos.yml') diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 940e42d8fb..081cc317ad 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -51,8 +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 - # rss needs to add workaround for the non rexml environment - TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rss,rexml" + TEST_BUNDLED_GEMS_ALLOW_FAILURES: "minitest,xmlrpc,rexml" - uses: k0kubun/action-slack@v2.0.0 with: payload: | -- cgit v1.2.3