1
0
mirror of git://jb55.com/damus synced 2024-09-29 16:30:44 +00:00

test: disable broken auth test

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin 2024-04-25 14:41:08 -07:00
parent ccb94e6d69
commit 007bcc8687

View File

@ -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`