Skip to content

Commit d254217

Browse files
committed
test(integration): Enable test_room_preview and test_room_avatar_group_conversation.
These tests were failing since the migration from the sliding sync proxy to Synapse. Since the previous fixes to re-enable other tests, these 2 passes for free.
1 parent 83ce4c7 commit d254217

File tree

1 file changed

+0
-2
lines changed
  • testing/matrix-sdk-integration-testing/src/tests/sliding_sync

1 file changed

+0
-2
lines changed

testing/matrix-sdk-integration-testing/src/tests/sliding_sync/room.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ async fn test_left_room() -> Result<()> {
122122
}
123123

124124
#[tokio::test]
125-
#[ignore]
126125
async fn test_room_avatar_group_conversation() -> Result<()> {
127126
let alice = TestClientBuilder::new("alice").use_sqlite().build().await?;
128127
let bob = TestClientBuilder::new("bob").use_sqlite().build().await?;
@@ -970,7 +969,6 @@ async fn test_room_info_notable_update_deduplication() -> Result<()> {
970969
}
971970

972971
#[tokio::test]
973-
#[ignore]
974972
async fn test_room_preview() -> Result<()> {
975973
let alice = TestClientBuilder::new("alice").use_sqlite().build().await?;
976974
let bob = TestClientBuilder::new("bob").use_sqlite().build().await?;

0 commit comments

Comments
 (0)