core: Ignore two long-running tests
This commit is contained in:
parent
d818ea8154
commit
00474c13f3
1 changed files with 2 additions and 0 deletions
|
|
@ -598,12 +598,14 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
#[cfg(unix)]
|
||||
#[ignore(reason = "long run time")]
|
||||
fn test_unforced_destroy_actually_kills() {
|
||||
test_destroy_actually_kills(false);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(unix)]
|
||||
#[ignore(reason = "long run time")]
|
||||
fn test_forced_destroy_actually_kills() {
|
||||
test_destroy_actually_kills(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue