Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(thegraph-graphql-http): disable tests due to unavailable test dependency #462

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

LNSD
Copy link
Contributor

@LNSD LNSD commented Jan 9, 2025

This pull request includes changes to the thegraph-graphql-http/tests/it_graphql_http_client.rs file to mark several tests as ignored due to the test server being unavailable. These changes ensure the test suite does not fail due to external dependencies.

  • thegraph-graphql-http/tests/it_graphql_http_client.rs: Added #[ignore = "Test server unavailable"] annotation to the following test functions:
    • send_valid_graphql_request_no_variables
    • send_valid_graphql_request_with_variables
    • send_invalid_request_document_parsing_failure
    • send_invalid_request_field_errors_encountered_during_execution_failure
    • send_invalid_request_operation_cannot_be_determined_failure_null_operation_name
    • send_invalid_request_operation_cannot_be_determined_failure_invalid_operation_name
    • send_invalid_request_variable_coercion_failure

@LNSD LNSD self-assigned this Jan 9, 2025
@LNSD LNSD merged commit 92b13d0 into main Jan 9, 2025
1 of 2 checks passed
@LNSD LNSD deleted the lnsd/chore-graphql-http-disable-broken-tests branch January 9, 2025 14:57
This was referenced Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant