diff --git a/tests/cli_tests.rs b/tests/cli_tests.rs index d13970504f..86b3a7fdaf 100644 --- a/tests/cli_tests.rs +++ b/tests/cli_tests.rs @@ -84,6 +84,7 @@ fn run_wasmtime_simple_wat() -> Result<()> { // Running a wat that traps. #[test] +#[ignore] // FIXME(#1298) fn run_wasmtime_unreachable_wat() -> Result<()> { let wasm = build_wasm("tests/wasm/unreachable.wat")?; let output = run_wasmtime_for_output(&[wasm.path().to_str().unwrap(), "--disable-cache"])?;