From 9058ba218c382744a737d47e2f9c8c0055386dc8 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 22 Sep 2022 12:54:23 +0900 Subject: [PATCH] Binstubs test with relative path seems passing now --- .github/workflows/ubuntu.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 5d7acd7143..a1818182a3 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -33,8 +33,6 @@ jobs: configure: '' # test without -DRUBY_DEBUG as well - 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 - test_task: test-syntax-suggest - test_task: test-bundler-parallel