From e2c2283a80843f6011a3d7665725ff0c5aed27c5 Mon Sep 17 00:00:00 2001 From: aycabta Date: Wed, 19 Aug 2020 13:03:32 +0900 Subject: [PATCH] Skip irb/test_history on Solaris --- test/irb/test_history.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/irb/test_history.rb b/test/irb/test_history.rb index b811bbe273..4417d904f2 100644 --- a/test/irb/test_history.rb +++ b/test/irb/test_history.rb @@ -146,4 +146,4 @@ module TestIRB end end end -end +end if not RUBY_PLATFORM.match?(/solaris/i)