Remove test attributes and allow(dead_code) for command timeout tests that exercise currently broken properties
This commit is contained in:
parent
558661a531
commit
902c6f6b29
|
@ -95,8 +95,9 @@ fn finish_before_timeout_output_single_line() -> Result<()> {
|
||||||
/// is killed after the timeout.
|
/// is killed after the timeout.
|
||||||
///
|
///
|
||||||
/// This test fails due to bugs in TestDirExt, see #1140 for details.
|
/// This test fails due to bugs in TestDirExt, see #1140 for details.
|
||||||
#[test]
|
//#[test]
|
||||||
#[ignore]
|
//#[ignore]
|
||||||
|
#[allow(dead_code)]
|
||||||
fn kill_on_timeout_continuous_output_no_newlines() -> Result<()> {
|
fn kill_on_timeout_continuous_output_no_newlines() -> Result<()> {
|
||||||
zebra_test::init();
|
zebra_test::init();
|
||||||
|
|
||||||
|
@ -146,8 +147,9 @@ fn finish_before_timeout_short_output_no_newlines() -> Result<()> {
|
||||||
/// Test if the timeout works for a process that produces no output.
|
/// Test if the timeout works for a process that produces no output.
|
||||||
///
|
///
|
||||||
/// This test fails due to bugs in TestDirExt, see #1140 for details.
|
/// This test fails due to bugs in TestDirExt, see #1140 for details.
|
||||||
#[test]
|
// #[test]
|
||||||
#[ignore]
|
// #[ignore]
|
||||||
|
#[allow(dead_code)]
|
||||||
fn kill_on_timeout_no_output() -> Result<()> {
|
fn kill_on_timeout_no_output() -> Result<()> {
|
||||||
zebra_test::init();
|
zebra_test::init();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue