Skip to content

Commit

Permalink
test: Unignore two tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Oct 29, 2024
1 parent 6752cf7 commit 68aeb72
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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?;
Expand Down

0 comments on commit 68aeb72

Please sign in to comment.