Skip to content

Commit

Permalink
Ignore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
quambene committed Aug 4, 2024
1 parent 96b881f commit ed19d84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eric-sdk/tests/test_validate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use roxmltree::Document;
use std::{env::current_dir, fs, path::Path};

#[test]
#[cfg_attr(feature = "external-test", ignore)]
fn test_validate() {
let log_path = current_dir().unwrap();
let xml_path = Path::new("./test_data/taxonomy/v6.5/SteuerbilanzAutoverkaeufer_PersG.xml");
Expand Down Expand Up @@ -34,6 +35,7 @@ fn test_validate() {
}

#[test]
#[cfg_attr(feature = "external-test", ignore)]
fn test_validate_and_print() {
let log_path = current_dir().unwrap();
let xml_path = Path::new("./test_data/taxonomy/v6.5/SteuerbilanzAutoverkaeufer_PersG.xml");
Expand Down

0 comments on commit ed19d84

Please sign in to comment.