You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Get the app into a blocked state by connecting to a relay then applying a filter which don't find this relay, then verify that app can still communicate by logging out and verifying that the device was successfully removed
59
57
// swiftlint:disable:next function_body_length
60
58
func testAPIReachableWhenBlocked()throws{
59
+
letskipReason="""
60
+
URLSession doesn't work when the app is in a blocked state.
61
+
Thus, we should disable this test until we have migrated over to `Rust API client`.
0 commit comments