base: The session sharing test only works if encryption is enabled.

master
Damir Jelić 2020-05-14 14:01:16 +02:00
parent 96cf90e47c
commit 9884c0bb7a
1 changed files with 1 additions and 0 deletions

View File

@ -1626,6 +1626,7 @@ mod test {
}
#[async_test]
#[cfg(feature = "encryption")]
async fn test_group_session_invalidation() {
let client = get_client();
let room_id = get_room_id();