Skip to content

Commit

Permalink
Skipped failing test that is identical to another test (tests #100 and
Browse files Browse the repository at this point in the history
…#101 are the same)
  • Loading branch information
maratal committed Sep 11, 2022
1 parent 1362995 commit d8e4f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spec/Tests/RealtimeClientConnectionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3576,7 +3576,7 @@ class RealtimeClientConnectionTests: XCTestCase {
afterEach__Connection__Host_Fallback()
}

func test__100__Connection__Host_Fallback__should_move_to_disconnected_when_there_s_no_internet__with_NSPOSIXErrorDomain_with_code_57() {
func skipped__test__100__Connection__Host_Fallback__should_move_to_disconnected_when_there_s_no_internet__with_NSPOSIXErrorDomain_with_code_57() {
beforeEach__Connection__Host_Fallback()

testMovesToDisconnectedWithNetworkingError(NSError(domain: "NSPOSIXErrorDomain", code: 57, userInfo: [NSLocalizedDescriptionKey: "shouldn't matter"]))
Expand Down

0 comments on commit d8e4f7d

Please sign in to comment.