Reenable disabled test.

This commit is contained in:
Nick Tobey
2023-05-24 13:27:55 -07:00
parent 7cebd9090c
commit 5ec733a506
@@ -584,7 +584,6 @@ DELIM
# assert that we already collected garbage
BEFORE=$(du -c .dolt/noms/ | grep total | sed 's/[^0-9]*//g')
skip_nbf_dolt "dolt gc not implemented"
dolt gc
AFTER=$(du -c .dolt/noms/ | grep total | sed 's/[^0-9]*//g')