aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb/test_context.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-10 08:29:55 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-10 08:29:55 +0900
commit5398bbcbab702907430ee019d07f5dcf2b0ce4af (patch)
treed5ee8ac0b6b631a0fdb4df703a1eac326b4f15c2 /test/irb/test_context.rb
parent589e2b6782f17d5a1d55021c0395d5d73224e9da (diff)
downloadruby-5398bbcbab702907430ee019d07f5dcf2b0ce4af.tar.gz
Tests of irb is still broken.
Revert "[ruby/irb] Revert "Skip TypeCompletion test in ruby ci" This reverts commit 589e2b6782f17d5a1d55021c0395d5d73224e9da.
Diffstat (limited to 'test/irb/test_context.rb')
-rw-r--r--test/irb/test_context.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/irb/test_context.rb b/test/irb/test_context.rb
index ce57df6cdb..f30ff36d4b 100644
--- a/test/irb/test_context.rb
+++ b/test/irb/test_context.rb
@@ -653,6 +653,7 @@ module TestIRB
end
def test_build_completor
+ pend 'set ENV["WITH_TYPE_COMPLETION_TEST"] to run this test' unless ENV['WITH_TYPE_COMPLETION_TEST']
verbose, $VERBOSE = $VERBOSE, nil
original_completor = IRB.conf[:COMPLETOR]
IRB.conf[:COMPLETOR] = :regexp