Skip to content

Commit

Permalink
linera-rpc: ignore transport::client test as it requires a runnin…
Browse files Browse the repository at this point in the history
…g server
  • Loading branch information
Twey committed Mar 20, 2024
1 parent 0646793 commit 141f6bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linera-rpc/tests/transport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ wasm_bindgen_test::wasm_bindgen_test_configure!(run_in_browser);

#[cfg_attr(web, wasm_bindgen_test::wasm_bindgen_test)]
#[cfg_attr(not(web), tokio::test(flavor = "current_thread"))]
#[ignore]

Check warning on line 9 in linera-rpc/tests/transport.rs

View workflow job for this annotation

GitHub Actions / lint

Diff in /home/runner/work/linera-protocol/linera-protocol/linera-rpc/tests/transport.rs
// this test currently must be run manually, as it requires a Linera proxy to be running on 127.0.0.1:9000.
async fn client() {
use linera_rpc::config::*;
use std::time::Duration;
Expand Down

0 comments on commit 141f6bb

Please sign in to comment.