Disable/ignore debug_dwarf tests in "cargo test" (#1233)
This commit is contained in:
@@ -25,6 +25,7 @@ fn check_wat(wat: &str) -> Result<()> {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
#[cfg(all(
|
||||
any(target_os = "linux", target_os = "macos"),
|
||||
target_pointer_width = "64"
|
||||
|
||||
Reference in New Issue
Block a user