There are 15 failures in this upload.
| Failure ID | Test case ID | Test class | Test case | Message |
|---|---|---|---|---|
| 0fc18569-e32e-43a5-816f-7937eedd0635 | 26a1fa72-c7bf-4623-bfd3-a445db809681 | RealtimeClientPresenceTests | test__038__Presence__update__should_update_the_data_for_the_present_member_with_null() | failed - Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RealtimeClientPresenceTests.swift#EndingLineNumber=1309&StartingLineNumber=1309) |
| f59f4bc6-0618-4d36-a8e3-97379cafea96 | d0e4ad58-0ded-42ee-ab7e-dea8c0422ec6 | RealtimeClientPresenceTests | test__039__Presence__update__should_enter_current_client_into_the_channel_if_the_client_was_not_already_entered() | failed - Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RealtimeClientPresenceTests.swift#EndingLineNumber=1346&StartingLineNumber=1346) |
| 7b3683fb-88cb-4127-9e3e-ed35206bf8ba | 7a23d368-8066-4f44-bbe1-e11fac490dea | RealtimeClientPresenceTests | test__043__Presence__leave__should_leave_the_current_client_from_the_channel_and_the_data_will_be_updated_with_the_value_provided() | failed - Waited more than 20.0 seconds (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RealtimeClientPresenceTests.swift#EndingLineNumber=1448&StartingLineNumber=1448) |
| 4d428665-0c94-4d3a-9b5e-42ba21f0c114 | 68e5cedc-b525-4185-91dd-7911c706948b | RestClientChannelTests | test__021__publish__idempotent_publishing__should_not_generate_for_message_with_a_non_empty_id() | XCTAssertNil failed: "Error 40018 - Decoder for MIMEType '(null)' wasn't found." (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=732&StartingLineNumber=732) |
| 15758103-29e5-4c45-bf86-8c3eddd0587e | 3f7f5c51-32e7-4fea-a9ea-da40e38c873a | RestClientChannelTests | test__022__publish__idempotent_publishing__should_generate_for_internal_message_that_is_created_in_publish_name_data___method() | XCTAssertNil failed: "Error 40018 - Decoder for MIMEType '(null)' wasn't found." (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=757&StartingLineNumber=757) |
| 4fa3bb66-0cea-48a6-9aaa-670bc7db9167 | f1408211-e7cd-48f7-8b38-c4e24f51ad7e | RestClientChannelTests | test__023__publish__idempotent_publishing__should_not_generate_for_multiple_messages_with_a_non_empty_id() | XCTAssertNil failed: "Error 40018 - Decoder for MIMEType '(null)' wasn't found." (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=787&StartingLineNumber=787) |
| 1f488731-c636-463d-b2e3-7e3904948aea | de243746-e15c-4dd5-8e75-108fcd7666b3 | RestClientChannelTests | test__024__publish__idempotent_publishing__should_not_generate_when_idempotentRestPublishing_flag_is_off() | XCTAssertNil failed: "Error 40018 - Decoder for MIMEType '(null)' wasn't found." (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=818&StartingLineNumber=818) |
| 858901b2-e582-42e3-9082-9f714a2bcd87 | a2686635-cc78-45de-8b37-098a588dd2a9 | RestClientChannelTests | test__027__publish__idempotent_publishing__random_idempotent_publish_id__should_generate_for_one_message_with_empty_id() | XCTAssertNil failed: "Error 40018 - Decoder for MIMEType '(null)' wasn't found." (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=668&StartingLineNumber=668) |
| 3a979c02-1f72-41c1-b01c-c8ce635625de | 414fd190-d7e3-4f4a-bb05-c51b4de9adbd | RestClientChannelTests | test__028__publish__idempotent_publishing__random_idempotent_publish_id__should_generate_for_multiple_messages_with_empty_id() | XCTAssertNil failed: "Error 40018 - Decoder for MIMEType '(null)' wasn't found." (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientChannelTests.swift#EndingLineNumber=699&StartingLineNumber=699) |
| 7b29ebf2-dede-44ae-a9cc-0024d6f37d12 | 404be9cf-83f0-4679-a3b2-a7098b0485c0 | RestClientTests | test__046__RestClient__Host_Fallback__applies_when_ClientOptions_fallbackHostsUseDefault_is_true() | XCTAssertNil failed: "Error 0 - Failed to publish message: HTTP 0" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=1217&StartingLineNumber=1217) |
| 26991bc2-8eef-48a1-87bb-d9538c944489 | 3bc2f12a-7598-4db4-a934-258cbfb31163 | RestClientTests | test__055__RestClient__Host_Fallback__Fallback_behavior__should_be_applied_when_restHost__port_and_tlsPort_has_not_been_set_to_an_explicit_value() | XCTAssertNil failed: "Error 0 - Failed to publish message: HTTP 0" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=921&StartingLineNumber=921) |
| 691d4132-8a04-4642-80e6-8497b6c390af | 851f2a54-0792-427a-9671-3073bd36a385 | RestClientTests | test__060__RestClient__Host_Fallback__Fallback_behavior__should_be_applied_when_ClientOptions_fallbackHosts_is_not_provided_and_deprecated_fallbackHostsUseDefault_is_on() | XCTAssertNil failed: "Error 0 - Failed to publish message: HTTP 0" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=1056&StartingLineNumber=1056) |
| c612a51a-45dc-4a0f-8a4b-4dc34eac1ac5 | 8d8e133d-0864-44c5-b8cb-1631c5448c60 | RestClientTests | test__062__RestClient__Host_Fallback__fallback_hosts_list_and_priorities__should_use_environment_fallback_hosts_when_ClientOptions_environment_is_set_to_a_value_other_than__production__and_ClientOptions_fallbackHosts_is_not_set() | XCTAssertNil failed: "Error 0 - Failed to publish message: HTTP 0" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=1132&StartingLineNumber=1132) |
| 6da55e73-b4cf-47e9-8703-e6f09019812e | 8fafc266-03ee-4b1f-b942-2f10cd6c57ce | RestClientTests | test__095__RestClient__request_IDs__should_add__request_id__query_parameter() | XCTAssertNil failed: "Error 40018 - Decoder for MIMEType '(null)' wasn't found." (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/RestClientTests.swift#EndingLineNumber=2086&StartingLineNumber=2086) |
| 216989e4-0795-4eaf-9d87-53218bbdbbee | c8a7fb1e-9564-4c90-b7b2-f9dc61863c11 | UtilitiesTests | test__008__Utilities__JSON_Encoder__in_Rest__should_ignore_invalid_response_payload() | XCTAssertNil failed: "Error 3840 - JSON text did not start with array or object and option to allow fragments not set. around line 1, column 0. (reason: JSON text did not start with array or object and option to allow fragments not set. around line 1, column 0.)" (/Users/runner/work/ably-cocoa/ably-cocoa/Test/AblyTests/Tests/UtilitiesTests.swift#EndingLineNumber=224&StartingLineNumber=224) |