diff --git a/crates/testing/tests/tests_1/block_builder.rs b/crates/testing/tests/tests_1/block_builder.rs index 03f13f83de..fb60e1a1e2 100644 --- a/crates/testing/tests/tests_1/block_builder.rs +++ b/crates/testing/tests/tests_1/block_builder.rs @@ -28,6 +28,7 @@ use tide_disco::Url; tokio::test(flavor = "multi_thread", worker_threads = 2) )] #[cfg_attr(async_executor_impl = "async-std", async_std::test)] +#[ignore] async fn test_random_block_builder() { let port = portpicker::pick_unused_port().expect("No free ports"); let api_url = Url::parse(&format!("http://localhost:{port}")).expect("Valid URL");