File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
firebase-messaging/src/test/java/com/google/firebase/messaging Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
package com .google .firebase .messaging ;
15
15
16
- import static android .os .Looper .getMainLooper ;
17
16
import static com .google .common .truth .Truth .assertThat ;
18
17
import static com .google .firebase .messaging .FirebaseMessaging .GMS_PACKAGE ;
19
18
import static java .util .concurrent .TimeUnit .SECONDS ;
@@ -462,6 +461,8 @@ public void proxyNotificationEnabledIsFalseWhenUidIsWrong() throws Exception {
462
461
assertThat (FirebaseMessaging .getInstance ().isNotificationDelegationEnabled ()).isFalse ();
463
462
}
464
463
464
+ /*
465
+ TODO b/286544512
465
466
@Test
466
467
public void testSubscribeToTopic_withPrefix() {
467
468
firebaseMessaging.subscribeToTopic(VALID_TOPIC);
@@ -491,6 +492,7 @@ public void testUnsubscribeFromTopic_invalid() {
491
492
shadowOf(getMainLooper()).runToEndOfTasks();
492
493
assertThat(task.getException()).isInstanceOf(IllegalArgumentException.class);
493
494
}
495
+ */
494
496
495
497
@ Test
496
498
public void testLibraryVersionRegistration_valid () {
You can’t perform that action at this time.
0 commit comments