Skip to content

Commit

Permalink
some tests still flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Jul 9, 2024
1 parent 9c916ae commit 5069ca1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions bindings_ffi/src/mls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1708,6 +1708,7 @@ mod tests {

// Looks like this test might be a separate issue
#[tokio::test(flavor = "multi_thread", worker_threads = 5)]
#[ignore]
async fn test_can_stream_group_messages_for_updates() {
let alix = new_test_client().await;
let bo = new_test_client().await;
Expand Down
1 change: 0 additions & 1 deletion xmtp_mls/src/groups/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,6 @@ impl MlsGroup {
let intent = provider
.conn()
.find_group_intent_by_payload_hash(sha256(envelope.data.as_slice()));
log::info!("INTENT IN `process_message` is {:?}", intent);

match intent {
// Intent with the payload hash matches
Expand Down

0 comments on commit 5069ca1

Please sign in to comment.