Skip verifier tests early (#1793)

This commit is contained in:
Egon Elbre 2019-04-22 15:14:59 +03:00 committed by GitHub
parent b6d0157b5b
commit 274fd53ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,10 @@ import (
)
func TestVerifierHappyPath(t *testing.T) {
t.Skip("flaky")
testplanet.Run(t, testplanet.Config{
SatelliteCount: 1, StorageNodeCount: 6, UplinkCount: 1,
}, func(t *testing.T, ctx *testcontext.Context, planet *testplanet.Planet) {
t.Skip("flaky")
// TODO (back story): the way NextStripe currently works, it will get a random segment
// from pointerdb. If it picks an inline segment, it will return nil. If this happens
// 3 times in a row, the test will fail. Increasing the amount of iterations will