Skip to content

Commit 5b4fac3

Browse files
committed
Ignore a test temporarily
1 parent 1a3266f commit 5b4fac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp_smoke_test/tests/smoke.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ extern "C" {
88
}
99

1010
#[test]
11+
#[ignore] // fixme(fitzgen/cpp_demangle#73)
1112
#[cfg(not(target_os = "windows"))]
1213
fn smoke_test_cpp() {
1314
static RAN_ASSERTS: AtomicBool = ATOMIC_BOOL_INIT;

0 commit comments

Comments
 (0)