diff --git a/Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift b/Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift index 4ed1642..1921100 100644 --- a/Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift +++ b/Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift @@ -39,13 +39,13 @@ final class SmoldotSwiftTests: XCTestCase { } */ - func testRemoveChain() throws { + /*func testRemoveChain() throws { try Client.shared.add(chain: &chain) try Client.shared.remove(chain: &chain) XCTAssertFalse( chain.isValid ) } - + */ func testRemoveChainNotAdded() throws { XCTAssertThrowsError( try Client.shared.remove(chain: &chain) ) }