Skip to content

Commit 00474c1

Browse files
committed
core: Ignore two long-running tests
1 parent d818ea8 commit 00474c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libcore/run.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,12 +598,14 @@ mod tests {
598598
599599
#[test]
600600
#[cfg(unix)]
601+
#[ignore(reason = "long run time")]
601602
fn test_unforced_destroy_actually_kills() {
602603
test_destroy_actually_kills(false);
603604
}
604605

605606
#[test]
606607
#[cfg(unix)]
608+
#[ignore(reason = "long run time")]
607609
fn test_forced_destroy_actually_kills() {
608610
test_destroy_actually_kills(true);
609611
}

0 commit comments

Comments
 (0)