summaryrefslogtreecommitdiff
path: root/test/ruby/test_gc_compact.rb
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-20 07:16:11 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-20 07:16:11 +0000
commite4a0304aef5f2475b6111eca85daee032d88155c (patch)
treeebecf0a12f425219402d1d0c622c771bdce7d769 /test/ruby/test_gc_compact.rb
parent9c587d22bd31f50a3a07f5024b7376302e902e09 (diff)
Workaround Wercker check which is not working now
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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