diff options
Diffstat (limited to 'test/ruby/test_process.rb')
-rw-r--r-- | test/ruby/test_process.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 3d20d6eff5..8fb3a9df0c 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -2841,6 +2841,7 @@ EOS def test_low_memory_startup omit "JIT enabled" if %w[YJIT RJIT].any? {|n| RubyVM.const_defined?(n) and RubyVM.const_get(n).enabled?} + omit "flaky on Travis arm32" if /armv8l-linux-eabihf/ =~ RUBY_PLATFORM as = 1<<25 _, _, status = EnvUtil.invoke_ruby(%W'-W0', "", true, :merge_to_stdout, rlimit_as: as) omit sprintf("Crashed with AS: %#x: %s", as, status) if status.signaled? |