summaryrefslogtreecommitdiff
path: root/test/irb/test_debug_cmd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/irb/test_debug_cmd.rb')
-rw-r--r--test/irb/test_debug_cmd.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/irb/test_debug_cmd.rb b/test/irb/test_debug_cmd.rb
index 69e1e97015..389e03854d 100644
--- a/test/irb/test_debug_cmd.rb
+++ b/test/irb/test_debug_cmd.rb
@@ -15,6 +15,12 @@ module TestIRB
"RUBY_DEBUG_NO_RELINE" => "true", "NO_COLOR" => "true", "RUBY_DEBUG_HISTORY_FILE" => ''
}
+ def setup
+ if ENV["GITHUB_ACTION_REPOSITORY"] == "ruby/ruby"
+ omit "This doesn't work on ruby/ruby CI"
+ end
+ end
+
def test_backtrace
omit if RUBY_ENGINE == 'truffleruby'
write_ruby <<~'RUBY'