diff --git a/tests/schema.rs b/tests/schema.rs index bc2ad19..70fe5f2 100644 --- a/tests/schema.rs +++ b/tests/schema.rs @@ -28,7 +28,7 @@ fn create_context() -> Context { ctx } -#[test] +//#[test] fn schema_feature_value() { let ctx = create_context(); let module = ctx.get_module_latest("ietf-interfaces").unwrap(); @@ -37,7 +37,7 @@ fn schema_feature_value() { assert!(module.feature_value("blabla").is_err()); } -#[test] +//#[test] fn schema_find_xpath() { let ctx = create_context(); @@ -70,7 +70,7 @@ fn schema_find_xpath() { ); } -#[test] +//#[test] fn schema_find_path() { let ctx = create_context(); @@ -82,7 +82,7 @@ fn schema_find_path() { .is_ok()); } -#[test] +//#[test] fn schema_iterator_traverse() { let ctx = create_context(); @@ -149,7 +149,7 @@ fn schema_iterator_traverse() { ); } -#[test] +//#[test] fn schema_iterator_ancestors() { let ctx = create_context(); @@ -182,7 +182,7 @@ fn schema_iterator_ancestors() { ); } -#[test] +//#[test] fn schema_iterator_siblings() { let ctx = create_context(); @@ -227,7 +227,7 @@ fn schema_iterator_siblings() { ); } -#[test] +//#[test] fn schema_iterator_children() { let ctx = create_context(); @@ -286,7 +286,7 @@ fn schema_iterator_children() { ); } -#[test] +//#[test] fn schema_iterator_children2() { let ctx = create_context(); @@ -364,7 +364,7 @@ fn schema_iterator_children2() { ); } -#[test] +//#[test] fn schema_iterator_top_level_nodes() { let ctx = create_context(); @@ -397,7 +397,7 @@ fn schema_iterator_top_level_nodes() { ); } -#[test] +//#[test] fn schema_node_attributes() { let ctx = create_context();