aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/utils.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/openssl/utils.rb')
-rw-r--r--test/openssl/utils.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/openssl/utils.rb b/test/openssl/utils.rb
index cd70d488..f6c84eef 100644
--- a/test/openssl/utils.rb
+++ b/test/openssl/utils.rb
@@ -151,7 +151,11 @@ class OpenSSL::TestCase < Test::Unit::TestCase
def omit_on_fips
return unless OpenSSL.fips_mode
- omit 'An encryption used in the test is not FIPS-approved'
+ omit <<~MESSAGE
+ Only for OpenSSL non-FIPS with the following possible reasons:
+ * A testing logic is non-FIPS specific.
+ * An encryption used in the test is not FIPS-approved.
+ MESSAGE
end
def omit_on_non_fips