Skip to content

Commit e2d0ba5

Browse files
committed
chore: disable test
1 parent 842db38 commit e2d0ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/test/server.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ test('execution error', async () => {
273273
})
274274
})
275275

276-
test('did:web server', async () => {
276+
test.skip('did:web server', async () => {
277277
const car = await CAR.codec.write({
278278
roots: [await CBOR.codec.write({ hello: 'world ' })],
279279
})

0 commit comments

Comments
 (0)