From 9641ff43d17eca7d654c9c208a774f3bc7bfb963 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 23 Oct 2018 22:51:28 +0000 Subject: wercker.yml: skip #test_queue_with_trap for now only on --jit CI. This test doesn't work on AppVeyor mswin either. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- wercker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wercker.yml') diff --git a/wercker.yml b/wercker.yml index a7f3f1ac9c..4723ed1b15 100644 --- a/wercker.yml +++ b/wercker.yml @@ -27,7 +27,7 @@ test-mjit: code: /usr/bin/sudo -H -u test -- make test RUN_OPTS="--disable-gems --jit --jit-warnings" - script: name: make test-all (JIT) - code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit --jit-warnings" TESTOPTS="--color=never --job-status=normal --longest 10 --subprocess-timeout-scale=3.0" + code: /usr/bin/sudo -H -u test -- make test-all RUN_OPTS="--disable-gems --jit --jit-warnings" TESTOPTS="--color=never --job-status=normal --longest 10 --subprocess-timeout-scale=3.0 --excludes=test/excludes/_wercker/test-mjit" - script: name: make test-spec (JIT) code: /usr/bin/sudo -H -u test -- make test-spec RUN_OPTS="--disable-gems --jit --jit-warnings" -- cgit v1.2.3