From 3f113219dfcc412247944fdbb75932cc3cc36891 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Wed, 10 Oct 2018 11:39:46 +0000 Subject: spec: add comments to re-enable specs for MinGW [ci skip] r64918 and r64988 should not be kept forever. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/ruby/core/thread/terminate_spec.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/ruby/core/thread') diff --git a/spec/ruby/core/thread/terminate_spec.rb b/spec/ruby/core/thread/terminate_spec.rb index e133d77d83..9815a7cee7 100644 --- a/spec/ruby/core/thread/terminate_spec.rb +++ b/spec/ruby/core/thread/terminate_spec.rb @@ -3,6 +3,8 @@ require_relative 'fixtures/classes' require_relative 'shared/exit' describe "Thread#terminate" do + # This spec randomly kills mspec worker like: https://ci.appveyor.com/project/ruby/ruby/builds/19390874/job/wv1bsm8skd4e1pxl + # TODO: Investigate the cause or at least print helpful logs, and remove this `platform_is_not` guard. platform_is_not :mingw do it_behaves_like :thread_exit, :terminate end -- cgit v1.2.3