disable datarepair test for now (#1727)

Change-Id: I1854817ea051ab621936f587b198de2da07c9960
This commit is contained in:
JT Olio 2019-04-09 22:31:55 -06:00 committed by GitHub
parent f5155aeb01
commit 61ec92f2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ import (
)
func TestDataRepair(t *testing.T) {
t.Skip()
testplanet.Run(t, testplanet.Config{
SatelliteCount: 1,
StorageNodeCount: 12,