From 6328db3c7e2dcc93b78eba48b37beff96ede71c8 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 16 Jan 2022 16:01:57 +0900 Subject: [PATCH] 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 584721d87d..c01db1cc6c 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -29,6 +29,8 @@ jobs: 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: