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

Commit 481453d

Browse files
Revert "test: run more tests in the browser"
This reverts commit c6f2bff.
1 parent 1e8aaad commit 481453d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/browser.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,17 @@ describe('IPFS data importing tests on the Browser', function () {
4848
require('./builder-balanced')
4949
require('./builder-trickle-dag')
5050
require('./builder-only-hash')(repo)
51-
require('./builder-dir-sharding')(repo)
51+
// TODO: make these tests not require data on the repo
52+
// require('./builder-dir-sharding')(repo)
5253

5354
// Importer
5455
require('./importer')(repo)
5556
require('./importer-flush')(repo)
5657

5758
// Exporter
58-
require('./exporter')(repo)
59-
require('./exporter-subtree')(repo)
59+
// TODO: make these tests not require data on the repo
60+
// require('./exporter')(repo)
61+
// require('./exporter-subtree')(repo)
6062

6163
// Other
6264
require('./import-export')(repo)

0 commit comments

Comments
 (0)