Skip to content

Commit

Permalink
ConnectionManagerTest: @ignore tests that are not valid tests for the…
Browse files Browse the repository at this point in the history
… spec items in question
  • Loading branch information
paddybyers committed Nov 15, 2019
1 parent 6ac56bb commit e443414
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;

import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.Timeout;
Expand Down Expand Up @@ -163,6 +164,7 @@ protected boolean checkConnectivity() {
* @throws AblyException
*/
@Test
@Ignore("Invalid test")
public void connectionmanager_fallback_applied() throws AblyException {
ClientOptions opts = createOptions(testVars.keys[0].keyStr);
// Use a host that supports fallback
Expand Down Expand Up @@ -196,6 +198,7 @@ public void connectionmanager_fallback_applied() throws AblyException {
* </p>
*/
@Test
@Ignore("Invalid test")
public void connectionmanager_reconnect_default_endpoint() throws AblyException {
ClientOptions opts = createOptions(testVars.keys[0].keyStr);
// Use the default host, supporting fallback
Expand Down Expand Up @@ -245,6 +248,7 @@ public void connectionmanager_reconnect_default_endpoint() throws AblyException
* fallbackHostsUseDefault is set.
*/
@Test
@Ignore("Invalid test")
public void connectionmanager_reconnect_default_fallback() throws AblyException {
ClientOptions opts = createOptions(testVars.keys[0].keyStr);
// Use a host that does not normally support fallback.
Expand Down

0 comments on commit e443414

Please sign in to comment.