From e4a0304aef5f2475b6111eca85daee032d88155c Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sat, 20 Apr 2019 07:16:11 +0000 Subject: 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 --- test/ruby/test_gc_compact.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') 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 -- cgit v1.2.3