skips flaky TestGetShareTimeout (#1635)
This commit is contained in:
parent
fba9a5f945
commit
c7c6d3d597
@ -24,6 +24,7 @@ import (
|
||||
// will have context canceled if it takes too long to
|
||||
// receive data back from a storage node.
|
||||
func TestGetShareTimeout(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) {
|
||||
|
Loading…
Reference in New Issue
Block a user