aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/thread/terminate_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/thread/terminate_spec.rb')
-rw-r--r--spec/ruby/core/thread/terminate_spec.rb2
1 files changed, 2 insertions, 0 deletions
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