diff --git a/test/services/check_logger_test.rb b/test/services/check_logger_test.rb index 83ff0a4..7678968 100644 --- a/test/services/check_logger_test.rb +++ b/test/services/check_logger_test.rb @@ -2,7 +2,7 @@ # License: GNU AGPL-3+ (see full text in LICENSE file) require "test_helper" -require "check_logger" +# require "check_logger" # require "system_command" class CheckLoggerTest < ActiveSupport::TestCase diff --git a/test/services/notifier_test.rb b/test/services/notifier_test.rb index 4285d2e..c75863b 100644 --- a/test/services/notifier_test.rb +++ b/test/services/notifier_test.rb @@ -2,7 +2,7 @@ # License: GNU AGPL-3+ (see full text in LICENSE file) require "test_helper" -require "notifier" +# require "notifier" class NotifierTest < ActiveSupport::TestCase test "#process_all process expirable & failures notifications" do diff --git a/test/services/ssl_test.rb b/test/services/ssl_test.rb index aafa2b3..151e4c2 100644 --- a/test/services/ssl_test.rb +++ b/test/services/ssl_test.rb @@ -2,7 +2,7 @@ # License: GNU AGPL-3+ (see full text in LICENSE file) require "test_helper" -require "ssl" +# require "ssl" # require "system_command" module SSL