Skip to content

Commit c7220bd

Browse files
committed
terminate_spec.rb: exclude unstable spec for MinGW
This spec seems to randomly kill mspec worker. https://ci.appveyor.com/project/ruby/ruby/builds/19390874/job/wv1bsm8skd4e1pxl To make CI stable, let me exclude this for MinGW until we get some logs that help debugging or resolve that. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 50281e8 commit c7220bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/ruby/core/thread/terminate_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
require_relative 'shared/exit'
44

55
describe "Thread#terminate" do
6-
it_behaves_like :thread_exit, :terminate
6+
platform_is_not :mingw do
7+
it_behaves_like :thread_exit, :terminate
8+
end
79
end

0 commit comments

Comments
 (0)