aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-/gvl/test_last_thread.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/gvl/test_last_thread.rb')
-rw-r--r--test/-ext-/gvl/test_last_thread.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/-ext-/gvl/test_last_thread.rb b/test/-ext-/gvl/test_last_thread.rb
index 7f75c0ef9c..6808e963bf 100644
--- a/test/-ext-/gvl/test_last_thread.rb
+++ b/test/-ext-/gvl/test_last_thread.rb
@@ -3,10 +3,6 @@ class TestLastThread < Test::Unit::TestCase
# [Bug #11237]
def test_last_thread
- if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled?
- skip 'spurious wakeup unavoidable with MJIT'
- end
-
assert_separately([], <<-"end;") #do
require '-test-/gvl/call_without_gvl'