<testsuites>
	<testsuite tests="74" failures="2" time="7200.074" name="github.com/ably/ably-go/ably">
		<properties>
			<property name="go.version" value="go1.23.12"></property>
		</properties>
		<testcase classname="ably" name="Test_errorInfo_String" time="0.000"></testcase>
		<testcase classname="ably" name="Test_errorInfo_String/error_with_all_fields" time="0.000"></testcase>
		<testcase classname="ably" name="Test_errorInfo_String/error_with_no_href" time="0.000"></testcase>
		<testcase classname="ably" name="Test_errorInfo_String/error_with_no_server" time="0.000"></testcase>
		<testcase classname="ably" name="Test_errorInfo_String/nil_error" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/foo" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/{&#34;foo&#34;:42}" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/{&#34;foo&#34;:42,&#34;bar&#34;:[&#34;a&#34;,1.2,{&#34;boo&#34;:&#34;ha&#34;}]}" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/[{&#34;foo&#34;:42},&#34;qux&#34;]" time="0.000"></testcase>
		<testcase classname="ably" name="Test_decodeMessage/3q2+7w==" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackExtrasJsonCompatible" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/json_array" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/short_string" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/200_character_string" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/2000_character_string" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/short_binary" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/200_byte_binary" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/2000_byte_binary" time="0.000"></testcase>
		<testcase classname="ably" name="TestMsgpackDecoding/an_object" time="0.000"></testcase>
		<testcase classname="ably" name="TestDeltaExtras_extractDeltaExtras" time="0.000"></testcase>
		<testcase classname="ably" name="TestDeltaExtras_extractDeltaExtras/nil_extras" time="0.000"></testcase>
		<testcase classname="ably" name="TestDeltaExtras_extractDeltaExtras/empty_extras" time="0.000"></testcase>
		<testcase classname="ably" name="TestDeltaExtras_extractDeltaExtras/no_delta_field" time="0.000"></testcase>
		<testcase classname="ably" name="TestDeltaExtras_extractDeltaExtras/valid_delta_extras" time="0.000"></testcase>
		<testcase classname="ably" name="TestDeltaExtras_extractDeltaExtras/partial_delta_extras" time="0.000"></testcase>
		<testcase classname="ably" name="TestDeltaExtras_extractDeltaExtras/invalid_delta_format" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_withDecodedDataAndContext" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_withDecodedDataAndContext/message_without_encoding" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_withDecodedDataAndContext/base64_encoded_message" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_withDecodedDataAndContext/utf-8_encoded_message" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_withDecodedDataAndContext/json_encoded_message" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_withDecodedDataAndContext/vcdiff_without_plugin" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_withDecodedDataAndContext/vcdiff_without_base_payload" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_withDecodedDataAndContext/successful_vcdiff_decoding" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_withDecodedDataAndContext_MultipleEncodings" time="0.000"></testcase>
		<testcase classname="ably" name="TestMessage_withDecodedDataAndContext_VCDiffWithBase64" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeExperimentalObjects_PublishObjects" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeExperimentalObjects_PublishObjects/successful_publish_with_single_message" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeExperimentalObjects_PublishObjects/successful_publish_with_multiple_messages" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeExperimentalObjects_PublishObjects/error_when_no_plugin_configured" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeExperimentalObjects_PublishObjects/error_during_prepare_object" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeExperimentalObjects_PublishObjects/error_during_send" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeExperimentalObjects_PublishObjects/error_during_ack" time="0.000"></testcase>
		<testcase classname="ably" name="TestRealtimeExperimentalObjects_PublishObjectsContextCancellation" time="0.000"></testcase>
		<testcase classname="ably" name="TestVCDiffPlugin" time="0.000"></testcase>
		<testcase classname="ably" name="TestVCDiffPlugin/implements_VCDiffDecoder_interface" time="0.000"></testcase>
		<testcase classname="ably" name="TestVCDiffPlugin/returns_AblyVCDiffDecoder_type" time="0.000"></testcase>
		<testcase classname="ably" name="TestVCDiffPlugin/handle_empty_delta" time="0.000"></testcase>
		<testcase classname="ably" name="TestVCDiffPlugin/handle_nil_inputs" time="0.000"></testcase>
		<testcase classname="ably" name="TestVCDiffPlugin/handle_invalid_vcdiff_data" time="0.000"></testcase>
		<testcase classname="ably" name="TestVCDiffPlugin/decode_with_empty_base" time="0.000"></testcase>
		<testcase classname="ably" name="TestVCDiffPlugin_Integration" time="0.000"></testcase>
		<testcase classname="ably" name="TestVCDiffPlugin_Integration/can_be_used_as_VCDiffDecoder_in_DecodingContext" time="0.000"></testcase>
		<testcase classname="ably" name="TestVCDiffPlugin_Integration/can_be_used_with_WithVCDiffPlugin_option" time="0.000"></testcase>
		<testcase classname="ably" name="TestVCDiffPlugin_Integration/plugin_is_reusable_across_multiple_decodes" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth" time="10.830"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA2:_Should_use_basic_auth_as_default_authentication_if_an_API_key_exists" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA1:_Should_connect_to_HTTPS_by_default,_trying_to_connect_with_non-TLS_should_result_in_error" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_BasicAuth/RSA11:_API_key_should_follow_format_KEY_NAME:KEY_SECRET_in_auth_header" time="0.000"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth" time="10.730"></testcase>
		<testcase classname="ably" name="TestAuth_TokenAuth_Renew" time="13.900"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken" time="10.570"></testcase>
		<testcase classname="ably" name="TestAuth_JWT_Token_RSA8c" time="51.190"></testcase>
		<testcase classname="ably" name="TestAuth_JWT_Token_RSA8c/Get_JWT_from_echo_server" time="9.750"></testcase>
		<testcase classname="ably" name="TestAuth_JWT_Token_RSA8c/Should_be_able_to_use_it_as_a_token" time="10.740"></testcase>
		<testcase classname="ably" name="TestAuth_JWT_Token_RSA8c/RSA8g,_RSA3d:_Should_be_able_to_authenticate_using_authURL" time="10.180"></testcase>
		<testcase classname="ably" name="TestAuth_JWT_Token_RSA8c/RSA8g,_RSA3d:_Should_be_able_to_authenticate_using_authCallback" time="10.080"></testcase>
		<testcase classname="ably" name="TestAuth_JWT_Token_RSA8c/RSA4e,_RSA4b:_Should_return_error_when_JWT_is_invalid" time="10.440"></testcase>
		<testcase classname="ably" name="TestAuth_ReuseClientID" time="10.160"></testcase>
		<testcase classname="ably" name="TestAuth_RequestToken_PublishClientID" time="15.310"></testcase>
		<testcase classname="ably" name="TestAuth_ClientID" time="0.000">
			<failure message="Failed" type=""></failure>
		</testcase>
		<testcase classname="ably" name="TestAuth_ClientID/Auth_ClientID" time="0.000">
			<failure message="Failed" type="">running tests:&#xA;&#x9;TestAuth_ClientID (1h57m57s)&#xA;&#x9;TestAuth_ClientID/Auth_ClientID (1h57m54s)&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/testing/testing.go:2373 +0x265&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/time/sleep.go:215 +0x45&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/testing/testing.go:1751 +0x851&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/testing/testing.go:2168 +0x86&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/testing/testing.go:1690 +0x227&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/testing/testing.go:2166 +0x8bf&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/testing/testing.go:2034 +0xf18&#xA;_testmain.go:321 +0x165&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/testing/testing.go:1751 +0x851&#xA;/home/runner/work/ably-go/ably-go/ably/auth_integration_test.go:618 +0x835&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/testing/testing.go:1690 +0x227&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/testing/testing.go:1743 +0x826&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/runtime/netpoll.go:351 +0x85&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/internal/poll/fd_poll_runtime.go:84 +0xb1&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/internal/poll/fd_unix.go:165 +0x466&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/fd_posix.go:55 +0x4b&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/net.go:189 +0xad&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/server.go:798 +0x212&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/bufio/bufio.go:110 +0x29a&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/bufio/bufio.go:148 +0xc5&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/server.go:2127 +0x14fc&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/server.go:3360 +0x8ed&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/runtime/netpoll.go:351 +0x85&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/internal/poll/fd_poll_runtime.go:84 +0xb1&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/internal/poll/fd_unix.go:165 +0x466&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/fd_posix.go:55 +0x4b&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/net.go:189 +0xad&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/server.go:798 +0x212&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/bufio/bufio.go:110 +0x29a&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/bufio/bufio.go:148 +0xc5&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/server.go:2127 +0x14fc&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/server.go:3360 +0x8ed&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/runtime/netpoll.go:351 +0x85&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/internal/poll/fd_poll_runtime.go:84 +0xb1&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/internal/poll/fd_unix.go:165 +0x466&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/fd_posix.go:55 +0x4b&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/net.go:189 +0xad&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/transport.go:2052 +0xf9&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/bufio/bufio.go:110 +0x29a&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/bufio/bufio.go:148 +0xc5&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/transport.go:2205 +0x354&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/transport.go:1874 +0x29b4&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/transport.go:2519 +0x1c5&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/transport.go:1875 +0x2a3f&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/runtime/netpoll.go:351 +0x85&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/internal/poll/fd_poll_runtime.go:84 +0xb1&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/internal/poll/fd_unix.go:620 +0x507&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/fd_unix.go:172 +0x45&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/tcpsock_posix.go:159 +0x4e&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/tcpsock.go:372 +0x65&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/server.go:3330 +0x672&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/server.go:2858&#xA;/home/runner/work/ably-go/ably-go/ablytest/proxies.go:96 +0x3e7&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/runtime/netpoll.go:351 +0x85&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/internal/poll/fd_poll_runtime.go:84 +0xb1&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/internal/poll/fd_poll_runtime.go:89&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/internal/poll/fd_unix.go:165 +0x466&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/fd_posix.go:55 +0x4b&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/net.go:189 +0xad&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/transport.go:2052 +0xf9&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/bufio/bufio.go:110 +0x29a&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/bufio/bufio.go:148 +0xc5&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/transport.go:2205 +0x354&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/transport.go:1874 +0x29b4&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/transport.go:2519 +0x1c5&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/net/http/transport.go:1875 +0x2a3f&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:168 +0x1bf&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:1061 +0x9d&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:777 +0x222&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:434 +0xfa5&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ably/ably_test.go:155&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:1057 +0xeb&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:478&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:461 +0x382&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:196&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_client.go:66&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:122 +0x12a&#xA;/home/runner/work/ably-go/ably-go/ably/auth_integration_test.go:669 +0xde5&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/testing/testing.go:1690 +0x227&#xA;/opt/hostedtoolcache/go/1.23.12/x64/src/testing/testing.go:1743 +0x826&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e&#xA;/home/runner/work/ably-go/ably-go/ablytest/resultgroup.go:119 +0x99&#xA;/home/runner/work/ably-go/ably-go/ably/realtime_conn.go:576 +0xf8&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:84 +0xc3&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:65 +0xd9&#xA;/home/runner/work/ably-go/ably-go/ably/event_emitter.go:58 +0x27e</failure>
		</testcase>
	</testsuite>
	<testsuite tests="8" failures="0" time="1.011" name="github.com/ably/ably-go/ably/internal/ablyutil">
		<properties>
			<property name="go.version" value="go1.23.12"></property>
		</properties>
		<testcase classname="ablyutil" name="Test_string" time="0.000"></testcase>
		<testcase classname="ablyutil" name="Test_string/String_array_Shuffle" time="0.000"></testcase>
		<testcase classname="ablyutil" name="Test_string/String_array_contains" time="0.000"></testcase>
		<testcase classname="ablyutil" name="Test_string/Empty_String" time="0.000"></testcase>
		<testcase classname="ablyutil" name="TestHashSet" time="0.000"></testcase>
		<testcase classname="ablyutil" name="TestHashSet/Add_should_not_duplicate_entries" time="0.000"></testcase>
		<testcase classname="ablyutil" name="TestHashSet/Should_check_if_item_is_present" time="0.000"></testcase>
		<testcase classname="ablyutil" name="TestHashSet/Should_remove_element" time="0.000"></testcase>
	</testsuite>
</testsuites>
