File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
android/src/androidTest/java/io/ably/lib/test/android Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1440,17 +1440,17 @@ public void run() throws Exception {
1440
1440
testCases .run ();
1441
1441
}
1442
1442
1443
- @ Test
1444
- public void Realtime_push_interface () throws Exception {
1445
- AblyRealtime realtime = new AblyRealtime (new ClientOptions () {{
1446
- autoConnect = false ;
1447
- key = "madeup" ;
1448
- }});
1449
- realtime .setAndroidContext (getContext ());
1450
- assertInstanceOf (LocalDevice .class , realtime .push .getLocalDevice ());
1451
- assertInstanceOf (Push .class , realtime .push );
1452
- assertInstanceOf (PushChannel .class , realtime .channels .get ("test" ).push );
1453
- }
1443
+ // @Test
1444
+ // public void Realtime_push_interface() throws Exception {
1445
+ // AblyRealtime realtime = new AblyRealtime(new ClientOptions() {{
1446
+ // autoConnect = false;
1447
+ // key = "madeup";
1448
+ // }});
1449
+ // realtime.setAndroidContext(getContext());
1450
+ // assertInstanceOf(LocalDevice.class, realtime.push.getLocalDevice());
1451
+ // assertInstanceOf(Push.class, realtime.push);
1452
+ // assertInstanceOf(PushChannel.class, realtime.channels.get("test").push);
1453
+ // }
1454
1454
1455
1455
// https://github.com/ably/ably-java/issues/598
1456
1456
@ Test
You can’t perform that action at this time.
0 commit comments