summaryrefslogtreecommitdiff
path: root/test/ruby/test_thread_cv.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_thread_cv.rb')
-rw-r--r--test/ruby/test_thread_cv.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_thread_cv.rb b/test/ruby/test_thread_cv.rb
index 4161ba2341..38bcc3b8fa 100644
--- a/test/ruby/test_thread_cv.rb
+++ b/test/ruby/test_thread_cv.rb
@@ -33,8 +33,6 @@ class TestThreadConditionVariable < Test::Unit::TestCase
end
def test_condvar_wait_exception_handling
- skip "MJIT thread is unexpected for this test, especially with --jit-wait" if RubyVM::MJIT.enabled?
-
# Calling wait in the only thread running should raise a ThreadError of
# 'stopping only thread'
mutex = Mutex.new