mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Isolate TestGCCompact from JIT testing
Wercker seems to randomly fail
5cc3c1c423
To help debugging, let me isolate the impact from GC.compact in the JIT
testing on Wercker.
This commit is contained in:
parent
48313f129a
commit
5f6ba669ff
2 changed files with 2 additions and 0 deletions
1
test/excludes/_wercker/jit-wait/TestGCCompact.rb
Normal file
1
test/excludes/_wercker/jit-wait/TestGCCompact.rb
Normal file
|
@ -0,0 +1 @@
|
|||
exclude(/.*/, 'isolating impact of GC.compact from JIT testing for now')
|
1
test/excludes/_wercker/jit/TestGCCompact.rb
Normal file
1
test/excludes/_wercker/jit/TestGCCompact.rb
Normal file
|
@ -0,0 +1 @@
|
|||
exclude(/.*/, 'isolating impact of GC.compact from JIT testing for now')
|
Loading…
Add table
Add a link
Reference in a new issue