From fb596499f7b1538c5039861852e55aff4dd182bb Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Wed, 24 Jan 2024 18:39:54 -0800 Subject: Temporarily ignore bundled gems failures for rbs and typeprof on macos, similar to ubuntu This should be reverted after rbs and typeprof are updated to handle the changes for the optimizations. --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f665085f1d..82aac2fdf5 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -85,7 +85,7 @@ jobs: env: RUBY_TESTOPTS: '-q --tty=no' TESTS: ${{ matrix.test_task == 'check' && matrix.skipped_tests || '' }} - TEST_BUNDLED_GEMS_ALLOW_FAILURES: '' + TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'rbs,typeprof' PRECHECK_BUNDLED_GEMS: 'no' - name: make skipped tests -- cgit v1.2.3