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 5b01b69 commit c8732bdCopy full SHA for c8732bd
spec/integration/reconnect_spec.rb
@@ -4,6 +4,8 @@
4
require 'spec_helper'
5
6
describe 'Client after reconnect' do
7
+ require_no_tls
8
+
9
let(:client) { authorized_client }
10
11
it 'is a functioning client' do
spec/integration/srv_monitoring_spec.rb
@@ -6,6 +6,7 @@
describe 'SRV Monitoring' do
clean_slate_for_all
require_external_connectivity
context 'with SRV lookups mocked at Resolver' do
12
let(:srv_result) do
0 commit comments