diff options
-rw-r--r-- | tool/lib/core_assertions.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -111,8 +111,8 @@ module Test end def assert_no_memory_(args, prepare, code, message=nil, limit: 2.0, rss: false, **opt) - # TODO: consider choosing some appropriate limit for MJIT and stop skipping this once it does not randomly fail - pend 'assert_no_memory_ may consider MJIT memory usage as ' if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled? require_relative 'memory_status' raise Test::Unit::PendedError, "unsupported platform" unless defined?(Memory::Status) |