From 6646c2b2ab7efd389075ad5f187b458c4bc138cc Mon Sep 17 00:00:00 2001 From: Takashi Kokubun 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 --- .github/workflows/macos.yml | 2 ++ .github/workflows/ubuntu.yml | 2 ++ 2 files changed, 4 insertions(+) (limited to '.github') diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 724081d9dc..c3af98ad18 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -63,6 +63,8 @@ jobs: 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@v2.0.0 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 885f078f07..0b3dea7e68 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -97,6 +97,8 @@ jobs: 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@v2.0.0 -- cgit v1.2.3