From 68aeb72133277b6502f04b1146005478011ce965 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 29 Oct 2024 11:02:01 +0100 Subject: [PATCH] test: Unignore two tests. --- .../src/tests/sliding_sync/room.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/testing/matrix-sdk-integration-testing/src/tests/sliding_sync/room.rs b/testing/matrix-sdk-integration-testing/src/tests/sliding_sync/room.rs index 9dd0958f5ec..b2392c12bf8 100644 --- a/testing/matrix-sdk-integration-testing/src/tests/sliding_sync/room.rs +++ b/testing/matrix-sdk-integration-testing/src/tests/sliding_sync/room.rs @@ -722,7 +722,6 @@ impl wiremock::Respond for &CustomResponder { } #[tokio::test] -#[ignore] async fn test_delayed_decryption_latest_event() -> Result<()> { let server = MockServer::start().await; @@ -910,7 +909,6 @@ async fn test_delayed_invite_response_and_sent_message_decryption() -> Result<() } #[tokio::test] -#[ignore] async fn test_room_info_notable_update_deduplication() -> Result<()> { let alice = TestClientBuilder::new("alice").use_sqlite().build().await?; let bob = TestClientBuilder::new("bob").use_sqlite().build().await?;