Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In a test suite this failure goes as "test__092__RestClient__request_…
…_method_signature_and_arguments__should_do_a_request_and_receive_a_valid_response", i.e. the test which is being executed at the moment when fail("Completion closure should not be called") is called within "test__090__RestClient__..." test (https://github.com/ably/ably-cocoa/blob/ca4ffa1f582714945b9f323a1dc86b1da57c974f/Test/Tests/RestClientTests.swift#L1916). Test passes frequently on CI because I assume tests failures after execution not always tracked by XCTest framework. Locally it crashes with this: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Attempted to report a test failure to XCTest while no test case was running. The failure was: "Completion closure should not be called". The path "new feature" is not an invalid path, since it's being replaced with "new%20feature" in Foundation. So I'm removing this check. I've noticed that this test fails frequently when other well known set of tests (https://test-observability.herokuapp.com/repos/ably/ably-cocoa/uploads/554d09f1-71e2-4e79-b641-9f33a8382220) don't fail. So when I've fixed it in this experimental PR (#1799), it finally could pass (after a few attemts).
- Loading branch information