skip flaky test (#2769)

This commit is contained in:
Egon Elbre 2019-08-13 18:06:28 +03:00 committed by Jess G
parent 89a8d32733
commit 43cadc65e2

View File

@ -304,6 +304,7 @@ func TestCacheCreateDelete(t *testing.T) {
}
func TestCacheCreateMultipleSatellites(t *testing.T) {
t.Skip("flaky: V3-2416")
testplanet.Run(t, testplanet.Config{
SatelliteCount: 2, StorageNodeCount: 6, UplinkCount: 1,
}, func(t *testing.T, ctx *testcontext.Context, planet *testplanet.Planet) {