Skip to content

Commit

Permalink
chore(thegraph-graphql-http): disable tests due to unavailable test d…
Browse files Browse the repository at this point in the history
…ependency (II) (#464)

Signed-off-by: Lorenzo Delgado <[email protected]>
  • Loading branch information
LNSD authored Jan 9, 2025
1 parent 92b13d0 commit 46671ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ mod test_queries {
}

#[tokio::test]
#[ignore = "Test server unavailable"]
async fn send_valid_graphql_request_no_variables() {
//* Given
let client = reqwest::Client::new();
Expand Down Expand Up @@ -102,6 +103,7 @@ async fn send_valid_graphql_request_no_variables() {
}

#[tokio::test]
#[ignore = "Test server unavailable"]
async fn send_valid_graphql_request_with_variables() {
//* Given
let client = reqwest::Client::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ use thegraph_graphql_http::{
const TEST_SERVER_URL: &str = "https://swapi-graphql.netlify.app/.netlify/functions/index";

#[tokio::test]
#[ignore = "Test server unavailable"]
async fn send_valid_graphql_request_no_variables() {
//* Given
let client = reqwest::Client::new();
Expand Down Expand Up @@ -88,6 +89,7 @@ async fn send_valid_graphql_request_no_variables() {
}

#[tokio::test]
#[ignore = "Test server unavailable"]
async fn send_valid_graphql_request_with_variables() {
//* Given
let client = reqwest::Client::new();
Expand Down

0 comments on commit 46671ae

Please sign in to comment.