1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-27 16:07:42 +08:00

Merge pull request #2128 from ipfs/feat/disable-autogc-test

disable auto repo gc tests temporarily
This commit is contained in:
Jeromy Johnson
2015-12-28 03:41:28 -08:00

View File

@ -7,6 +7,10 @@ test_description="Test ipfs repo auto gc"
. lib/test-lib.sh . lib/test-lib.sh
skip_all="skipping auto repo gc tests until they can be fixed"
test_done
check_ipfs_storage() { check_ipfs_storage() {
ipfs config Datastore.StorageMax ipfs config Datastore.StorageMax
} }