Skip to content

Commit

Permalink
ignore random block builder test (#3398)
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-es authored Jun 28, 2024
1 parent 1a74cc6 commit 1b35586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/testing/tests/tests_1/block_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 1b35586

Please sign in to comment.