ruby-changes:70896
From: Nobuyoshi <ko1@a...>
Date: Sun, 16 Jan 2022 16:11:27 +0900 (JST)
Subject: [ruby-changes:70896] 6328db3c7e (master): Separate the tests which fail when load-relative enabled
https://git.ruby-lang.org/ruby.git/commit/?id=6328db3c7e From 6328db3c7e2dcc93b78eba48b37beff96ede71c8 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 16 Jan 2022 16:01:57 +0900 Subject: Separate the tests which fail when load-relative enabled --- .github/workflows/ubuntu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 584721d87dd..c01db1cc6c7 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -29,6 +29,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/ubuntu.yml#L29 configure: "--host=i686-$OSTYPE" - test_task: "check" configure: "--enable-shared --enable-load-relative" + skipped_tests: "TestGem#test_.*_from_binstubs.*" + continue-on-skipped_tests: true - test_task: "test-all TESTS=--repeat-count=2" fail-fast: false env: -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/