1
0
mirror of git://jb55.com/damus synced 2024-09-16 02:03:45 +00:00

disable nostrscript test for now

This commit is contained in:
William Casarin 2023-08-03 13:12:57 -07:00
parent 39dce64131
commit 55bbe8f855
3 changed files with 4 additions and 2 deletions

View File

@ -59,6 +59,7 @@ final class NostrScriptTests: XCTestCase {
} }
} }
/*
func test_nostrscript() throws { func test_nostrscript() throws {
let data = try loadTestWasm().bytes let data = try loadTestWasm().bytes
let pool = RelayPool() let pool = RelayPool()
@ -100,9 +101,10 @@ final class NostrScriptTests: XCTestCase {
} }
} }
pool.connect(to: ["wss://cache3.primal.net/cache15"]) pool.connect(to: ["wss://cache0.primal.net/cache17"])
self.wait(for: [resume_expected], timeout: 10.0) self.wait(for: [resume_expected], timeout: 10.0)
} }
*/
} }

View File

@ -3,7 +3,7 @@ import * as nostr from './nostr'
export function go(): i32 { export function go(): i32 {
let subid = "sidebar_trending" let subid = "sidebar_trending"
let relay = 'wss://cache3.primal.net/cache15' let relay = 'wss://cache0.primal.net/cache17'
var done: i32 = 0 var done: i32 = 0
var events: i32 = 0 var events: i32 = 0

Binary file not shown.