Skip to content

Commit

Permalink
chore(common): disable integration test depending on the hosted service
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Delgado <[email protected]>
  • Loading branch information
LNSD authored and aasseman committed Jun 28, 2024
1 parent d3efe5d commit 4fec93e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/src/subgraph_client/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ mod test {
}

#[tokio::test]
#[ignore = "depends on the defunct hosted-service"]
async fn test_network_query() {
let _mock_server = mock_graph_node_server().await;

Expand Down

0 comments on commit 4fec93e

Please sign in to comment.