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

Commit d46aa65

Browse files
Pedro SantosAlan Shaw
authored andcommitted
test: unskip object.stat test (#2673)
1 parent 5d56422 commit d46aa65

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

test/http-api/interface.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,7 @@ describe('interface-ipfs-core over ipfs-http-client tests', function () {
8989
}
9090
}), overrides))
9191

92-
tests.object(commonFactory, {
93-
skip: [
94-
{
95-
name: 'should respect timeout option',
96-
reason: 'js-ipfs doesn\'t support timeout yet'
97-
}
98-
]
99-
})
92+
tests.object(commonFactory)
10093

10194
tests.pin(commonFactory)
10295

0 commit comments

Comments
 (0)