File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -320,6 +320,7 @@ async fn validating_commit_with_more_than_one_gce_proposal_should_fail(
320320
321321// #[apply(ciphersuites_and_backends)]
322322// #[wasm_bindgen_test::wasm_bindgen_test]
323+ #[ allow( dead_code) ]
323324async fn gce_proposal_must_be_applied_first_then_used_to_validate_other_add_proposals (
324325 ciphersuite : Ciphersuite ,
325326 backend : & impl OpenMlsCryptoProvider ,
@@ -396,6 +397,7 @@ async fn gce_proposal_must_be_applied_first_then_used_to_validate_other_add_prop
396397
397398// #[apply(ciphersuites_and_backends)]
398399// #[wasm_bindgen_test::wasm_bindgen_test]
400+ #[ allow( dead_code) ]
399401async fn gce_proposal_must_be_applied_first_then_used_to_validate_other_external_add_proposals (
400402 ciphersuite : Ciphersuite ,
401403 backend : & impl OpenMlsCryptoProvider ,
@@ -472,6 +474,7 @@ async fn gce_proposal_must_be_applied_first_then_used_to_validate_other_external
472474
473475// #[apply(ciphersuites_and_backends)]
474476// #[wasm_bindgen_test::wasm_bindgen_test]
477+ #[ allow( dead_code) ]
475478async fn gce_proposal_must_be_applied_first_but_ignored_for_remove_proposals (
476479 ciphersuite : Ciphersuite ,
477480 backend : & impl OpenMlsCryptoProvider ,
You can’t perform that action at this time.
0 commit comments