From f01bfa8af7e4d163e411d133da7ef170f1b33988 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 1 Dec 2022 23:40:33 -0800 Subject: [PATCH] [ruby/irb] This doesn't work on RubyCI either http://rubyci.s3.amazonaws.com/rhel_zlinux/ruby-master/log/20221202T063302Z.fail.html.gz http://rubyci.s3.amazonaws.com/openbsd-current/ruby-master/log/20221202T053006Z.fail.html.gz http://rubyci.s3.amazonaws.com/freebsd12/ruby-master/log/20221202T063002Z.fail.html.gz http://rubyci.s3.amazonaws.com/osx1013/ruby-master/log/20221202T054503Z.fail.html.gz https://github.com/ruby/irb/commit/13c2484d59 --- test/irb/test_debug_cmd.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/irb/test_debug_cmd.rb b/test/irb/test_debug_cmd.rb index 389e03854d..e3589d3a5c 100644 --- a/test/irb/test_debug_cmd.rb +++ b/test/irb/test_debug_cmd.rb @@ -16,8 +16,8 @@ module TestIRB } def setup - if ENV["GITHUB_ACTION_REPOSITORY"] == "ruby/ruby" - omit "This doesn't work on ruby/ruby CI" + if ENV["GITHUB_ACTION_REPOSITORY"] != "ruby/irb" + omit "This test works only on ruby/irb CI" end end