about summary refs log tree commit homepage
path: root/t/test_isolate.rb
diff options
context:
space:
mode:
Diffstat (limited to 't/test_isolate.rb')
-rw-r--r--t/test_isolate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index 7ab4dd8..f9b9d84 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -35,7 +35,7 @@ Isolate.now!(opts) do
     gem 'rack-fiber_pool', '0.9.1'
   end
 
-  gem 'sleepy_penguin', '1.3.1'
+  gem 'sleepy_penguin', '1.3.1' if RUBY_PLATFORM =~ /linux/
 end
 
 $stdout.reopen(old_out)