We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df971c7 commit 07880f9Copy full SHA for 07880f9
test/functional/backends/test_netssh.rb
@@ -131,7 +131,7 @@ def test_execute_raises_on_non_zero_exit_status_and_captures_stdout_and_stderr
131
132
def test_test_does_not_raise_on_non_zero_exit_status
133
Netssh.new(a_host) do |_host|
134
- test :false
+ test :false # rubocop:disable Lint/BooleanSymbol
135
end.run
136
end
137
@@ -151,7 +151,7 @@ def test_connection_pool_keepalive
151
# ensure we enable connection pool
152
SSHKit::Backend::Netssh.pool.idle_timeout = 10
153
154
155
156
sleep 2.5
157
captured_command_result = nil
0 commit comments