spec/acceptance/realtime/connection_failures_spec.rb in ably-1.1.6 vs spec/acceptance/realtime/connection_failures_spec.rb in ably-1.1.7

- old
+ new

@@ -1318,10 +1318,12 @@ normal_token end end) end - it 'triggers a re-authentication and then resumes the connection' do + xit 'triggers a re-authentication and then resumes the connection' do + # [PENDING] After sandbox env update connection isn't found and a new connection is created. Spec fails + # connection.once(:connected) do connection_id = connection.id connecting_attempts = 0 connection.on(:connecting) { connecting_attempts += 1 }