Skip to content

Commit

Permalink
disable single thread
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Apr 22, 2024
1 parent 1ca6e8e commit 941a082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-rpc/src/server/tests/vectors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ use super::super::*;

/// Test that the JSON-RPC server spawns when configured with a single thread.
#[test]
#[cfg(not(target_os = "windows"))]
fn rpc_server_spawn_single_thread() {
rpc_server_spawn(false)
}

/// Test that the JSON-RPC server spawns when configured with multiple threads.
#[test]
#[cfg(not(target_os = "windows"))]
fn rpc_server_spawn_parallel_threads() {
rpc_server_spawn(true)
}
Expand Down

0 comments on commit 941a082

Please sign in to comment.