ceramicnetwork / js-ceramic

Typescript implementation of the Ceramic protocol
http://ceramic.network
Other
414 stars 127 forks source link

fix: Remove history sync test #3237

Closed stbrody closed 4 months ago

stbrody commented 4 months ago

We suspect it may be causing the OOM we're seeing in CI. Regardless, we don't support HDS and are about to break it entirely by removing tree metadata from the merkle trees the CAS creates.

stbrody commented 4 months ago

Going to go ahead and merge this to see if it helps stabilize CI at all, seeing so many OOM failures across PRs and CI right now