Skip to content

Commit

Permalink
Remove unnecessary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Apr 14, 2024
1 parent f4ea408 commit 99c959d
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions src/certs/capabilities/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,29 +206,6 @@ mod test {
use spki::ObjectIdentifier;

use super::*;
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
#[cfg_attr(not(target_arch = "wasm32"), test)]
fn test_key_usage_to_object_identifier() {
// TODO
todo!()
}

fn test_key_usage_to_attribute(_val: bool) {
// TODO
todo!()
}

#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
#[cfg_attr(not(target_arch = "wasm32"), test)]
fn test_key_usage_to_attribute_true() {
test_key_usage_to_attribute(true);
}

#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
#[cfg_attr(not(target_arch = "wasm32"), test)]
fn test_key_usage_to_attribute_false() {
test_key_usage_to_attribute(false);
}

#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
#[cfg_attr(not(target_arch = "wasm32"), test)]
Expand Down Expand Up @@ -279,13 +256,6 @@ mod test_key_usage_from_attribute {

use super::*;

#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
#[cfg_attr(not(target_arch = "wasm32"), test)]
fn test_key_usage_from_attribute() {
// TODO
todo!()
}

#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)]
#[cfg_attr(not(target_arch = "wasm32"), test)]
fn test_key_usage_tag_mismatch() {
Expand Down

0 comments on commit 99c959d

Please sign in to comment.