Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit b4bba29

Browse files
test: skip with-dag-api until #196 is resolved
1 parent 1a942d9 commit b4bba29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/with-dag-api.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ const strategyOverrides = {
107107

108108
}
109109

110-
describe('with dag-api', () => {
110+
// TODO: waiting for IPFS support on windows, https://github.com/ipfs/js-ipfs-unixfs-engine/issues/196
111+
describe.skip('with dag-api', () => {
111112
strategies.forEach(strategy => {
112113
const baseFiles = strategyBaseFiles[strategy]
113114
const defaultResults = extend({}, baseFiles, {

0 commit comments

Comments
 (0)