summaryrefslogtreecommitdiff
path: root/test/ruby/test_gc_compact.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_gc_compact.rb')
-rw-r--r--test/ruby/test_gc_compact.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_gc_compact.rb b/test/ruby/test_gc_compact.rb
index 1c0078b524..c5a6c33c0a 100644
--- a/test/ruby/test_gc_compact.rb
+++ b/test/ruby/test_gc_compact.rb
@@ -79,7 +79,7 @@ class TestGCCompact < Test::Unit::TestCase
loc = memory_location(new_tenant)
assert loc, "should have a memory location"
- if (ENV['TRAVIS'] && RUBY_PLATFORM =~ /darwin/) || ENV['WERCKER_STEP_ID']
+ if (ENV['TRAVIS'] && RUBY_PLATFORM =~ /darwin/) || RubyVM::MJIT.enabled?
skip "tests are failing on Travis osx / Wercker from here"
end