🧪 Server Compliance — A2A TCK

A2A Test Compatibility Kit results for AgentBin SpecAgent (Java SDK) • Tested: 2026-04-04 02:59:31 UTC
What is this? The A2A TCK is a conformance test suite that validates A2A server implementations against the A2A specification. Failures indicate Java SDK gaps — not SpecAgent bugs.
Overall
49.5%
54 pass • 55 fail • 52 skip
Mandatory
43.0%
34 pass • 45 fail • 37 skip
Capabilities
0%
0 pass • 0 fail
Skipped
52
auth, gRPC, etc.

❌ Failing Tests (55)

mandatory 45 failing
TestCategoryTransportError
test_push_notification_not_supported_error_32003_enhancedmandatoryjsonrpcrestTypeError: transport_create_task_push_notification_config() takes from 2 to 3 positional arguments but 4 were given
test_rejects_invalid_json_rpc_requests[invalid_request4--32602]mandatoryjsonrpcAssertionError: Expected -32602, got -32603 assert -32603 == -32602
test_rejects_invalid_paramsmandatoryjsonrpcassert -32603 == -32602
test_duplicate_request_idsmandatoryjsonrpcAssertionError: assert False + where False = <function is_json_rpc_success_response at 0x0000017CC9C913A0>({'error': {'code': -32603, 'message': 'Co
test_core_method_mapping_compliancemandatoryjsonrpcrestFailed: Core method mapping test failed on jsonrpc: 'task'
test_message_send_valid_textmandatoryjsonrpcrestAssertionError: Message send failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_message_send_invalid_paramsmandatoryjsonrpcrestAssertionError: Expected InvalidParamsError (-32602), got -32603 assert -32603 == -32602
test_message_send_continue_taskmandatoryjsonrpcrestAssertionError: Initial message send failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} asser
test_task_history_lengthmandatoryjsonrpcrestAssertionError: assert False + where False = <function is_json_rpc_success_response at 0x0000017CC9C92520>({'error': {'code': -32603, 'message': 'Co
test_tasks_cancel_nonexistentmandatoryjsonrpcrestAssertionError: Expected TaskNotFoundError (-32001), got error code: -32603 assert -32603 == -32001
test_tasks_get_nonexistentmandatoryjsonrpcrestAssertionError: Expected TaskNotFoundError (-32001), got error code: -32603 assert -32603 == -32001
test_list_all_tasksmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_list_tasks_empty_when_none_existmandatoryjsonrpcrestAssertionError: tasks/list failed: {'jsonrpc': '2.0', 'error': {'code': -32603, 'message': 'com/google/protobuf/RuntimeVersion$RuntimeDomain'}} assert
test_list_tasks_validates_required_fieldsmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_list_tasks_sorted_by_timestamp_descendingmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_filter_by_context_idmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_filter_by_statusmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_filter_by_last_updated_aftermandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_combined_filtersmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_default_page_sizemandatoryjsonrpcrestAssertionError: tasks/list failed: {'jsonrpc': '2.0', 'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.ListTasksRequest'}}
test_custom_page_sizemandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_page_token_navigationmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_last_page_detectionmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_total_size_accuracymandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_history_length_zeromandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_history_length_custommandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_history_length_exceeds_actualmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_artifacts_excluded_by_defaultmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_artifacts_included_when_requestedmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_invalid_page_token_errormandatoryjsonrpcrestAssertionError: Invalid pageToken should return -32602, got -32603 assert -32603 == -32602 + where -32603 = <built-in method get of dict object at 0
test_invalid_status_errormandatoryjsonrpcrestAssertionError: Invalid status should return -32602, got -32603 assert -32603 == -32602 + where -32603 = <built-in method get of dict object at 0x00
test_negative_page_size_errormandatoryjsonrpcrestAssertionError: Negative pageSize should return -32602, got -32603 assert -32603 == -32602 + where -32603 = <built-in method get of dict object at 0
test_zero_page_size_errormandatoryjsonrpcrestAssertionError: pageSize=0 should return -32602, got -32603 assert -32603 == -32602 + where -32603 = <built-in method get of dict object at 0x000001
test_out_of_range_page_size_errormandatoryjsonrpcrestAssertionError: pageSize > 100 should return -32602, got -32603 assert -32603 == -32602 + where -32603 = <built-in method get of dict object at 0x00
test_default_page_size_is_50mandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_negative_history_length_errormandatoryjsonrpcrestAssertionError: Negative historyLength should return -32602, got -32603 assert -32603 == -32602 + where -32603 = <built-in method get of dict object
test_invalid_timestamp_errormandatoryjsonrpcrestAssertionError: Invalid timestamp should return -32602, got -32603 assert -32603 == -32602 + where -32603 = <built-in method get of dict object at 0
test_extended_card_access_controlsmandatoryjsonrpcrestFailed: SECURITY VIOLATION: Extended Agent Card accessible without authentication. A2A v0.3.0 Section 9.1 requires authentication for extended cards.
test_sensitive_information_protectionmandatoryjsonrpcrestFailed: SECURITY VIOLATION: Public Agent Card exposes sensitive information. Found 1 potential issues. A2A v0.3.0 Section 9.1 requires protection of s
test_message_sending_equivalencemandatoryjsonrpcrestAssertionError: Message sending failed on all transports: ['HTTP/JSON-RPC'] assert 0 > 0 + where 0 = len([])
test_agent_card_access_equivalencemandatoryjsonrpcrestAssertionError: Agent Card access failed on all transports assert 0 > 0 + where 0 = len([])
test_concurrent_operation_equivalencemandatoryjsonrpcrestAssertionError: No concurrent operations succeeded across any transport assert 0 > 0 + where 0 = len([])
test_tasks_cancel_validmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_tasks_get_validmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_tasks_get_with_history_lengthmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
quality 7 failing
TestCategoryTransportError
test_parallel_requestsqualityjsonrpcrestAssertionError: All parallel requests failed - poor concurrency handling assert 0 > 0
test_rapid_sequential_requestsqualityjsonrpcrestAssertionError: Too many failures: 0 out of 10 succeeded assert 0 > (10 * 0.8)
test_empty_arraysqualityjsonrpcrestAssertionError: Should return InvalidParams error code assert -32603 == -32602
test_null_optional_fieldsqualityjsonrpcrestAssertionError: Null value rejection should use InvalidParams error assert -32603 == -32602
test_unicode_and_special_charsqualityjsonrpcrestAssertionError: Unicode characters should not cause SendMessage to fail assert False + where False = <function is_json_rpc_success_response at 0x000
test_task_state_transitionsqualityjsonrpcrestAssertionError: assert False + where False = <function is_json_rpc_success_response at 0x000002121304D760>({'error': {'code': -32603, 'message': 'Co
test_task_cancel_state_handlingqualityjsonrpcrestAssertionError: assert False + where False = <function is_json_rpc_success_response at 0x000002121304D760>({'error': {'code': -32603, 'message': 'Co
features 1 failing
TestCategoryTransportError
test_missing_required_message_fieldsfeaturesjsonrpcrestAssertionError: Expected InvalidParams error code -32602 for missing messageId, but got: -32603 (Spec: InvalidParamsError) assert -32603 == -32602
transport-equivalence 2 failing
TestCategoryTransportError
test_identical_functionality_message_sendtransport-equivalencecross-transportAssertionError: No transports successfully performed SendMessage operation assert 0 >= 1 + where 0 = len([])
test_same_error_handling_task_not_foundtransport-equivalencecross-transportAssertionError: Error code mismatch for non-existent task: jsonrpc=-32603 vs rest=-32001 assert -32001 == -32603

✅ Passing Tests (54)

TestCategoryTransport
test_fetch_agent_card_successfeaturesjsonrpcrest
test_fetch_agent_card_not_foundfeaturesjsonrpcrest
test_fetch_agent_card_invalid_jsonfeaturesjsonrpcrest
test_get_sut_rpc_endpointfeaturesjsonrpcrest
test_get_capability_streamingfeaturesjsonrpcrest
test_get_capability_push_notificationsfeaturesjsonrpcrest
test_get_supported_modalitiesfeaturesjsonrpcrest
test_get_authentication_schemesfeaturesjsonrpcrest
test_invalid_file_partfeaturesjsonrpcrest
test_empty_message_partsfeaturesjsonrpcrest
test_very_large_messagefeaturesjsonrpcrest
test_file_part_without_mimetypefeaturesjsonrpcrest
test_reference_task_ids_invalidfeaturesjsonrpcrest
test_a2a_error_code_coverage_summarymandatoryjsonrpcrest
test_a2a_error_code_coverage_enhancedmandatoryjsonrpcrest
test_rejects_malformed_jsonmandatoryjsonrpc
test_rejects_invalid_json_rpc_requests[invalid_request0--32600]mandatoryjsonrpc
test_rejects_invalid_json_rpc_requests[invalid_request1--32600]mandatoryjsonrpc
test_rejects_invalid_json_rpc_requests[invalid_request2--32601]mandatoryjsonrpc
test_rejects_invalid_json_rpc_requests[invalid_request3--32600]mandatoryjsonrpc
test_rejects_unknown_methodmandatoryjsonrpc
test_invalid_jsonrpc_versionmandatoryjsonrpc
test_missing_method_fieldmandatoryjsonrpc
test_raw_invalid_jsonmandatoryjsonrpc
test_extended_agent_card_method_existsmandatoryjsonrpcrest
test_transport_specific_method_namingmandatoryjsonrpcrest
test_transport_compliance_validationmandatoryjsonrpcrest
test_required_method_availabilitymandatoryjsonrpcrest
test_transport_specific_featuresmandatoryjsonrpcrest
test_comprehensive_a2a_v030_compliancemandatoryjsonrpcrest
test_agent_card_availablemandatoryjsonrpcrest
test_mandatory_fields_presentmandatoryjsonrpcrest
test_mandatory_field_typesmandatoryjsonrpcrest
test_agent_card_mandatory_fieldsmandatoryjsonrpcrest
test_agent_card_capabilities_mandatorymandatoryjsonrpcrest
test_agent_card_skills_mandatorymandatoryjsonrpcrest
test_agent_card_input_output_modes_mandatorymandatoryjsonrpcrest
test_agent_card_basic_info_mandatorymandatoryjsonrpcrest
test_invalid_method_error_validationmandatoryjsonrpcrest
test_invalid_params_error_validationmandatoryjsonrpcrest
test_nonexistent_resource_error_validationmandatoryjsonrpcrest
test_error_consistency_across_methodsmandatoryjsonrpcrest
test_error_response_completenessmandatoryjsonrpcrest
test_public_agent_card_access_controlmandatoryjsonrpcrest
test_auth_required_state_supportmandatoryjsonrpcrest
test_error_handling_equivalencemandatoryjsonrpcrest
test_performance_equivalencemandatoryjsonrpcrest
test_very_long_stringqualityjsonrpcrest
test_unexpected_json_typesqualityjsonrpcrest
test_extra_fieldsqualityjsonrpcrest
test_same_error_handling_invalid_paramstransport-equivalencecross-transport
test_error_response_structure_equivalencetransport-equivalencecross-transport
test_method_mapping_compliancetransport-equivalencecross-transport
test_identical_functionality_message_streamtransport-equivalencecross-transport

⏭️ Skipped (52)

TestCategoryTransportReason
test_reference_task_ids_validfeaturesjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\optional\\features\\test_reference_task_ids.py', 40, 'Skipped: Failed to create reference task')
test_security_scheme_structure_compliancemandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\authentication\\test_auth_compliance_v030.py', 50, 'Skipped: No security schemes declared')
test_authentication_transport_consistencymandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\authentication\\test_auth_compliance_v030.py', 145, 'Skipped: No security schemes declared')
test_security_error_response_compliancemandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\authentication\\test_auth_compliance_v030.py', 226, 'Skipped: No security schemes declared')
test_oauth2_metadata_url_validationmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\authentication\\test_auth_compliance_v030.py', 357, 'Skipped: No security schemes declared')
test_mutual_tls_scheme_declarationmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\authentication\\test_auth_compliance_v030.py', 430, 'Skipped: No security schemes declared')
test_authentication_required_when_declaredmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\authentication\\test_auth_enforcement.py', 56, 'Skipped: No authentication schemes declared in Ag
test_invalid_credentials_rejectedmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\authentication\\test_auth_enforcement.py', 150, 'Skipped: No authentication schemes declared in A
test_authentication_scheme_consistencymandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\authentication\\test_auth_enforcement.py', 260, 'Skipped: No authentication schemes declared in A
test_push_notification_not_supported_error_32003mandatoryjsonrpc('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\jsonrpc\\test_a2a_error_codes.py', 144, 'Skipped: SUT appears to support push notifications despi
test_unsupported_operation_error_32004mandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\jsonrpc\\test_a2a_error_codes.py', 274, 'Skipped: Could not trigger UnsupportedOperationError (-3
test_content_type_not_supported_error_32005mandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\jsonrpc\\test_a2a_error_codes.py', 373, 'Skipped: Could not trigger ContentTypeNotSupportedError
test_invalid_agent_response_error_32006mandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\jsonrpc\\test_a2a_error_codes.py', 423, 'Skipped: InvalidAgentResponseError (-32006) is an intern
test_unsupported_operation_error_32004_enhancedmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\jsonrpc\\test_a2a_error_codes_enhanced.py', 241, 'Skipped: Could not trigger -32004 error - SUT h
test_content_type_not_supported_error_32005_enhancedmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\jsonrpc\\test_a2a_error_codes_enhanced.py', 332, 'Skipped: Could not trigger -32005 error - SUT a
test_invalid_agent_response_error_32006_enhancedmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\jsonrpc\\test_a2a_error_codes_enhanced.py', 402, 'Skipped: Could not trigger -32006 error - SUT r
test_multi_transport_method_mappingmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\protocol\\test_a2a_v030_transport_compliance.py', 140, 'Skipped: Multi-transport method mapping r
test_authentication_scheme_validationmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_agent_card_security.py', 196, 'Skipped: No security schemes declared - cannot test
test_security_scheme_consistencymandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_agent_card_security.py', 403, 'Skipped: No security schemes declared - cannot test
test_certificate_chain_trust_validationmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_certificate_validation.py', 88, 'Skipped: Certificate validation tests only applic
test_hostname_verificationmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_certificate_validation.py', 201, 'Skipped: Certificate validation tests only appli
test_certificate_revocation_statusmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_certificate_validation.py', 336, 'Skipped: Certificate revocation tests only appli
test_invalid_certificate_rejectionmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_certificate_validation.py', 425, 'Skipped: Certificate rejection tests only applic
test_certificate_security_headersmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_certificate_validation.py', 532, 'Skipped: Certificate security headers only appli
test_in_task_authentication_workflowmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_in_task_authentication.py', 247, 'Skipped: Agent did not require in-task authentic
test_authentication_challenge_headersmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_in_task_authentication.py', 275, 'Skipped: No authentication schemes declared - ca
test_invalid_authentication_handlingmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_in_task_authentication.py', 372, 'Skipped: No authentication schemes declared - ca
test_auth_state_transitionsmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_in_task_authentication.py', 484, 'Skipped: Could not create test task for authenti
test_tls_protocol_version_securitymandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_tls_configuration_enhanced.py', 146, 'Skipped: TLS configuration tests only applic
test_cipher_suite_security_analysismandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_tls_configuration_enhanced.py', 228, 'Skipped: TLS configuration tests only applic
test_certificate_chain_validationmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_tls_configuration_enhanced.py', 321, 'Skipped: TLS configuration tests only applic
test_tls_security_featuresmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_tls_configuration_enhanced.py', 483, 'Skipped: TLS configuration tests only applic
test_tls_implementation_best_practicesmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_tls_configuration_enhanced.py', 554, 'Skipped: TLS configuration tests only applic
test_https_required_productionmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_transport_security.py', 81, 'Skipped: HTTPS requirement skipped for localhost/test
test_tls_certificate_validationmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_transport_security.py', 148, 'Skipped: Certificate validation relaxed for testing
test_tls_configuration_securitymandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_transport_security.py', 247, 'Skipped: TLS configuration check relaxed for testing
test_http_to_https_redirectmandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\security\\test_transport_security.py', 341, 'Skipped: HTTP redirect test skipped for localhost/te
test_task_retrieval_equivalencemandatoryjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\mandatory\\transport\\test_multi_transport_equivalence.py', 231, 'Skipped: Could not create test task for eq
test_concurrent_operations_same_taskqualityjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\optional\\quality\\test_concurrency.py', 150, 'Skipped: Failed to create task for concurrent operations test
test_boundary_valuesqualityjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\optional\\quality\\test_edge_cases.py', 282, 'Skipped: Failed to create task for edge case test')
test_streaming_reconnection_simulationqualityjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\optional\\quality\\test_resilience.py', 132, 'Skipped: Failed to create task for streaming reconnection test
test_partial_update_recoveryqualityjsonrpcrest('D:\\github\\a2aproject\\a2a-tck\\tests\\optional\\quality\\test_resilience.py', 203, 'Skipped: Failed to create task for partial update test')
test_identical_functionality_tasks_gettransport-equivalencecross-transport('D:\\github\\a2aproject\\a2a-tck\\tests\\optional\\multi_transport\\test_functional_equivalence.py', 104, "Skipped: Cannot create test task: {'error'
test_consistent_behavior_message_sendtransport-equivalencecross-transport('D:\\github\\a2aproject\\a2a-tck\\tests\\optional\\multi_transport\\test_functional_equivalence.py', 177, 'Skipped: Need at least 2 successful respon
test_consistent_behavior_tasks_gettransport-equivalencecross-transport('D:\\github\\a2aproject\\a2a-tck\\tests\\optional\\multi_transport\\test_functional_equivalence.py', 215, "Skipped: Cannot create test task: {'error'
test_identical_functionality_tasks_canceltransport-equivalencecross-transport('D:\\github\\a2aproject\\a2a-tck\\tests\\optional\\multi_transport\\test_functional_equivalence.py', 281, "Skipped: Cannot create test task: {'error'
test_consistent_behavior_tasks_canceltransport-equivalencecross-transport('D:\\github\\a2aproject\\a2a-tck\\tests\\optional\\multi_transport\\test_functional_equivalence.py', 325, "Skipped: Cannot create test task: {'error'
test_same_error_handling_method_not_foundtransport-equivalencecross-transport('D:\\github\\a2aproject\\a2a-tck\\tests\\optional\\multi_transport\\test_functional_equivalence.py', 473, 'Skipped: Method not found error testing re
test_same_error_handling_task_not_cancelabletransport-equivalencecross-transport('D:\\github\\a2aproject\\a2a-tck\\tests\\optional\\multi_transport\\test_functional_equivalence.py', 535, "Skipped: Cannot create test task: {'error'
test_equivalent_authentication_agent_cardtransport-equivalencecross-transport('D:\\github\\a2aproject\\a2a-tck\\tests\\optional\\multi_transport\\test_functional_equivalence.py', 720, 'Skipped: Need at least 2 agent card respon
test_identical_functionality_tasks_resubscribetransport-equivalencecross-transport('D:\\github\\a2aproject\\a2a-tck\\tests\\optional\\multi_transport\\test_functional_equivalence.py', 868, "Skipped: Cannot create test task: {'error'
test_streaming_response_equivalencetransport-equivalencecross-transport('D:\\github\\a2aproject\\a2a-tck\\tests\\optional\\multi_transport\\test_functional_equivalence.py', 965, 'Skipped: Need at least 2 streaming respons

⚠️ Errors (3)

TestCategoryTransportError
test_tasks_cancel_validmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_tasks_get_validmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False
test_tasks_get_with_history_lengthmandatoryjsonrpcrestAssertionError: Task creation failed: {'error': {'code': -32603, 'message': 'Could not initialize class io.a2a.grpc.SendMessageRequest'}} assert False