diff --git a/ethexe/service/tests/smoke.rs b/ethexe/service/tests/smoke.rs index e5afb5f6acd..8a8f08aa2e5 100644 --- a/ethexe/service/tests/smoke.rs +++ b/ethexe/service/tests/smoke.rs @@ -17,6 +17,7 @@ use std::{ use tempfile::tempdir; #[tokio::test] +#[ignore] async fn constructor() { let tmp_dir = tempdir().unwrap(); let tmp_dir = tmp_dir.path().to_path_buf();