1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-01 20:36:12 +02:00

Don't skip the timeout test

This commit is contained in:
yihuaf 2021-09-15 01:11:03 +02:00
parent 40e8363885
commit 14b54bf764

View File

@ -206,10 +206,8 @@ mod test {
#[test]
#[serial]
#[ignore]
// This will test executing hook with a timeout. Since the timeout is set in
// secs, minimally, the test will run for 1 second to trigger the timeout.
// Therefore, we leave this test in the normal execution.
fn test_run_hook_timeout() -> Result<()> {
let default_container: Container = Default::default();
// We use `tail -f /dev/null` here to simulate a hook command that hangs.