Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reenable disconnect failed resume faults #947

Merged
merged 8 commits into from
Jan 26, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -499,11 +499,6 @@ class DisconnectWithFailedResume(apiKey: String) : ApplicationLayerFault(apiKey)
}
}

/*
Currently failing due to ably-java#474 presence bug
*/
override val skipTest = true

/**
* State of the fault, used to control whether we're intercepting
* the connection or looking to inject a WebSocket CLOSE at an appropriate time
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
// The version of Ably's client library for Java that we're using.
// Source code: https://github.com/ably/ably-java
// Maven coordinates: groupId 'io.ably', artifactId ':'ably-android'.
ext.ably_core_version = '1.2.22'
ext.ably_core_version = '1.2.23'

repositories {
google()
Expand Down