base: Disable a test that requires SystemTime under wasm.

master
Damir Jelić 2020-05-14 15:12:14 +02:00
parent 4972104f72
commit 77973f15ba
1 changed files with 1 additions and 0 deletions

View File

@ -730,6 +730,7 @@ mod test {
}
#[async_test]
#[cfg(not(target_arch = "wasm32"))]
async fn encryption_info_test() {
let mut response = sync_response(SyncResponseFile::DefaultWithSummary);
let user_id = UserId::try_from("@example:localhost").unwrap();