mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Move an unstable bootstraptest to pending
This has been unstable on AppVeyor mswin since the introduction3fd83cb6fc
.27103307/job/j7xwjmsos2k22cck
Let's have it in pending.rb to be fixed.
This commit is contained in:
parent
ecc37ee67b
commit
fb67d4fc77
2 changed files with 5 additions and 3 deletions
|
@ -37,3 +37,8 @@ assert_normal_exit %q{
|
|||
r.instance_eval { initialize r, r }
|
||||
r.inspect
|
||||
}
|
||||
|
||||
# This randomly fails on mswin.
|
||||
assert_equal %q{[]}, %q{
|
||||
Thread.new{sleep}.backtrace
|
||||
}
|
||||
|
|
|
@ -19,9 +19,6 @@ assert_equal %q{ok}, %q{
|
|||
:ok
|
||||
}.value
|
||||
}
|
||||
assert_equal %q{[]}, %q{
|
||||
Thread.new{sleep}.backtrace
|
||||
}
|
||||
assert_equal %q{ok}, %q{
|
||||
begin
|
||||
v = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue