summaryrefslogtreecommitdiff
path: root/spec/ruby/security/cve_2019_8325_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/security/cve_2019_8325_spec.rb')
-rw-r--r--spec/ruby/security/cve_2019_8325_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/security/cve_2019_8325_spec.rb b/spec/ruby/security/cve_2019_8325_spec.rb
index 309445a50f..c8978e00e5 100644
--- a/spec/ruby/security/cve_2019_8325_spec.rb
+++ b/spec/ruby/security/cve_2019_8325_spec.rb
@@ -1,6 +1,6 @@
require_relative '../spec_helper'
-platform_is_not :darwin do # frequent timeout/hang on macOS
+guard_not -> { platform_is :darwin and ENV['GITHUB_ACTIONS'] } do # frequent timeout/hang on macOS in GitHub Actions
require 'rubygems'
require 'rubygems/command_manager'