Skip to content

Commit

Permalink
tests: update FIXME comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Sep 10, 2024
1 parent 452808f commit 7d7aa2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_cctl_network_starts_and_terminates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ async fn test_cctl_network_starts_and_terminates() {
for node in &network.casper_sidecars {
if node.state == NodeState::Running {
// FIXME: getting the status is currently broken beteen sidecar <-> node
// let response = get_node_status(
// JsonRpcId::Number(1),
// &format!("http://0.0.0.0:{}/rpc", node.port.rpc_port),
// )
// .await
// .unwrap();
// assert_eq!(response.result.reactor_state, ReactorState::Validate);
let response = get_peers(
JsonRpcId::Number(1),
&format!("http://0.0.0.0:{}/rpc", node.port.rpc_port),
Expand Down

0 comments on commit 7d7aa2d

Please sign in to comment.