Skip to content

Commit

Permalink
remove the ignore from the test now that its fixed (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer authored Aug 16, 2024
1 parent 657d696 commit 27b2b44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions xmtp_mls/src/groups/subscriptions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,7 @@ mod tests {
}
}

// https://github.com/xmtp/libxmtp/issues/948
// This test works in its previous form, with std::time:sleep
// with `Notify` it never recieves the add members message
#[tokio::test(flavor = "multi_thread", worker_threads = 10)]
#[ignore]
async fn test_subscribe_membership_changes() {
let amal = Arc::new(ClientBuilder::new_test_client(&generate_local_wallet()).await);
let bola = ClientBuilder::new_test_client(&generate_local_wallet()).await;
Expand Down

0 comments on commit 27b2b44

Please sign in to comment.