Skip to content

Commit 436fd1d

Browse files
authored
ci: remove kyoto live test sync
1 parent b433b37 commit 436fd1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bdk-swift/Tests/BitcoinDevKitTests/LiveKyotoTests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ final class LiveKyotoTests: XCTestCase {
2020
}
2121
}
2222

23+
// See: https://github.com/bitcoindevkit/bdk-ffi/issues/842
24+
/*
2325
func testSuccessfullySyncs() async throws {
2426
let persister = try Persister.newInMemory()
2527
let wallet = try Wallet(
@@ -56,4 +58,5 @@ final class LiveKyotoTests: XCTestCase {
5658
print("Update applied correctly")
5759
try client.shutdown()
5860
}
61+
*/
5962
}

0 commit comments

Comments
 (0)