damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 007bcc868770bfb500a198fe2f8f2db268fdf1bf
parent ccb94e6d690e39b00aae1df80680b6db2738782d
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 25 Apr 2024 14:41:08 -0700

test: disable broken auth test

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MdamusTests/AuthIntegrationTests.swift | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/damusTests/AuthIntegrationTests.swift b/damusTests/AuthIntegrationTests.swift @@ -9,6 +9,7 @@ import XCTest @testable import damus final class AuthIntegrationTests: XCTestCase { + /* func testAuthIntegrationFilterNostrWine() { // Create relay pool and connect to `wss://filter.nostr.wine` let relay_url = RelayURL("wss://filter.nostr.wine")! @@ -67,6 +68,7 @@ final class AuthIntegrationTests: XCTestCase { XCTAssertEqual(sent_msg["kind"] as! Int, 22242) XCTAssertEqual((sent_msg["tags"] as! [[String]]).first { $0[0] == "challenge" }![1], json_received[1] as! String) } + */ func testAuthIntegrationRelayDamusIo() { // Create relay pool and connect to `wss://relay.damus.io`