Skip to content

Commit 0b417b1

Browse files
committed
test(common): ignore tests needing hosted service
Signed-off-by: Alexis Asseman <[email protected]>
1 parent 738061a commit 0b417b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/src/allocations/monitor.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ mod test {
120120
}
121121

122122
#[tokio::test]
123+
#[ignore = "depends on the defunct hosted-service"]
123124
async fn test_network_query() {
124125
let result = get_allocations(
125126
network_subgraph_client(),
@@ -131,6 +132,7 @@ mod test {
131132
}
132133

133134
#[tokio::test]
135+
#[ignore = "depends on the defunct hosted-service"]
134136
async fn test_network_query_empty_response() {
135137
let result = get_allocations(
136138
network_subgraph_client(),

0 commit comments

Comments
 (0)