File tree 1 file changed +1
-2
lines changed
testing/matrix-sdk-integration-testing/src/tests/sliding_sync
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ async fn test_room_avatar_group_conversation() -> Result<()> {
212
212
Ok ( ( ) )
213
213
}
214
214
215
+ #[ cfg( not( tarpaulin_include) ) ] // FIXME(bnjbvr) times out
215
216
#[ tokio:: test]
216
217
async fn test_room_notification_count ( ) -> Result < ( ) > {
217
218
let bob =
@@ -360,7 +361,6 @@ async fn test_room_notification_count() -> Result<()> {
360
361
// The highlight also counts as a notification.
361
362
assert_eq ! ( alice_room. num_unread_messages( ) , 2 ) ;
362
363
assert_eq ! ( alice_room. num_unread_notifications( ) , 2 ) ;
363
- // One new highlight.
364
364
assert_eq ! ( alice_room. num_unread_mentions( ) , 1 ) ;
365
365
break ;
366
366
}
@@ -434,7 +434,6 @@ async fn test_room_notification_count() -> Result<()> {
434
434
// exists.
435
435
assert_eq ! ( alice_room. num_unread_messages( ) , 1 ) ;
436
436
assert_eq ! ( alice_room. num_unread_notifications( ) , 0 ) ;
437
- // One new highlight.
438
437
assert_eq ! ( alice_room. num_unread_mentions( ) , 0 ) ;
439
438
440
439
assert_pending ! ( info_updates) ;
You can’t perform that action at this time.
0 commit comments