mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/excludes/../TestWEBrickUtils.rb: exclude unstable test
for now. This seems to get unstable after r65691. test/excludes/_travis/osx: renamed from test/excludes/_travis because it's only for osx builds. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6876140d37
commit
3bd8eb6849
4 changed files with 5 additions and 2 deletions
|
@ -246,7 +246,7 @@ env:
|
|||
env:
|
||||
- "CONFIG_FLAG='--with-opt-dir=/usr/local/opt/openssl@1.1:/usr/local/opt/zlib'"
|
||||
- "JOBS=\"-j`sysctl -n hw.activecpu`\""
|
||||
- "TEST_ALL_OPTS=\"$JOBS -q --tty=no --excludes=\\$(TESTSDIR)/excludes/_travis\""
|
||||
- "TEST_ALL_OPTS=\"$JOBS -q --tty=no --excludes=\\$(TESTSDIR)/excludes/_travis/osx\""
|
||||
|
||||
- &universal-darwin17
|
||||
name: uinversal.x86_64h-darwin17
|
||||
|
@ -256,7 +256,7 @@ env:
|
|||
env:
|
||||
- "CONFIG_FLAG='--with-arch=x86_64h,x86_64,i386'"
|
||||
- "JOBS=\"-j`sysctl -n hw.activecpu`\""
|
||||
- "TEST_ALL_OPTS=\"$JOBS -q --tty=no --excludes=\\$(TESTSDIR)/excludes/_travis\""
|
||||
- "TEST_ALL_OPTS=\"$JOBS -q --tty=no --excludes=\\$(TESTSDIR)/excludes/_travis/osx\""
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
3
test/excludes/_travis/osx/TestWEBrickUtils.rb
Normal file
3
test/excludes/_travis/osx/TestWEBrickUtils.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
# https://travis-ci.org/ruby/ruby/jobs/454707326
|
||||
# maybe this test's timeout should be re-arranged for Travis osx
|
||||
exclude(:test_nested_timeout_outer, 'This test randomly fails on Travis osx')
|
Loading…
Add table
Reference in a new issue