Skip to content

Commit

Permalink
test: skip namers/ipns tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
tabcat committed Sep 15, 2023
1 parent 8fd4760 commit d02a7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/namers/ipns.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import type { Ed25519PeerId } from '@libp2p/interface/peer-id'
import type { Libp2p } from 'libp2p'
import type { CID } from 'multiformats/cid'

describe('namers/ipns.ts', () => {
describe.skip('namers/ipns.ts', () => {
let
client: Helia<Libp2p<WithRelay>>,
server: Helia<Libp2p<WithRelay>>,
Expand Down

0 comments on commit d02a7d7

Please sign in to comment.