disable flaky TestSegmentStoreRepair (#1994)

This commit is contained in:
Egon Elbre 2019-05-17 23:13:37 +03:00 committed by GitHub
parent 91721f63ba
commit 1103fa63c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ import (
)
func TestSegmentStoreRepair(t *testing.T) {
t.Skip("flaky")
testplanet.Run(t, testplanet.Config{
SatelliteCount: 1, StorageNodeCount: 6, UplinkCount: 1,