ruby-changes:60044
From: Takashi <ko1@a...>
Date: Thu, 13 Feb 2020 15:23:15 +0900 (JST)
Subject: [ruby-changes:60044] 6646c2b2ab (ruby_2_7): Revert "Remove TEST_BUNDLED_GEMS_ALLOW_FAILURES"
https://git.ruby-lang.org/ruby.git/commit/?id=6646c2b2ab From 6646c2b2ab7efd389075ad5f187b458c4bc138cc Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Mon, 30 Dec 2019 23:09:24 -0800 Subject: Revert "Remove TEST_BUNDLED_GEMS_ALLOW_FAILURES" This reverts commit 75e8dd58f69c190c9698d0133942032903fb2f07. We seem to randomly hit another issue these days: https://github.com/ruby/ruby/runs/368756135 https://github.com/ruby/ruby/runs/368756191 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 724081d..c3af98a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -63,6 +63,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L63 run: make -C build $JOBS -s ${{ matrix.test_task }} 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" - 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 885f078..0b3dea7 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -97,6 +97,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L97 run: make -C build $JOBS -s ${{ matrix.test_task }} 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" - 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/