Skip to content

Commit

Permalink
Update ckb.spec.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gpBlockchain authored Jan 8, 2024
1 parent 85e9b81 commit 43d13a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckb/test/ckb.spec.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ describe('Ckb Node Rpc check Tests', function () {
await ckbRequestTest(this.ctx, request(1, config.rpc, "subscribe", ["new_tip_header"])
, config)
})
it("unsubscribe", async () => {
it.skip("unsubscribe", async () => {
await ckbRequestTest(this.ctx, request(1, config.rpc, "unsubscribe", ["0x2a"])
, config)
})
Expand Down

0 comments on commit 43d13a1

Please sign in to comment.