Skip TestDataRepair and TestUplinksParallel, because they are flaky (#2337)

This commit is contained in:
Egon Elbre 2019-06-25 19:30:39 +03:00 committed by GitHub
parent e5c48fab74
commit c28f800098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,8 @@ import (
)
func TestUplinksParallel(t *testing.T) {
t.Skip("flaky")
const uplinkCount = 3
const parallelCount = 2

View File

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