Skip to content

Commit 8e07aa7

Browse files
authored
Merge pull request #12 from cryptape/gpBlockchain-patch-2
Update ckb.spec.test.ts
2 parents 85e9b81 + 43d13a1 commit 8e07aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckb/test/ckb.spec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ describe('Ckb Node Rpc check Tests', function () {
446446
await ckbRequestTest(this.ctx, request(1, config.rpc, "subscribe", ["new_tip_header"])
447447
, config)
448448
})
449-
it("unsubscribe", async () => {
449+
it.skip("unsubscribe", async () => {
450450
await ckbRequestTest(this.ctx, request(1, config.rpc, "unsubscribe", ["0x2a"])
451451
, config)
452452
})

0 commit comments

Comments
 (0)