storagenode/console/consoleapi: disable flaky TestStorageNodeApi

Change-Id: I076c9a46fece86d34eae117ab84f94f99e7e64e0
This commit is contained in:
Egon Elbre 2020-07-13 18:35:26 +03:00
parent 78f5755d46
commit 262da14359

View File

@ -45,6 +45,8 @@ var (
)
func TestStorageNodeApi(t *testing.T) {
t.Skip("Flaky")
testplanet.Run(t,
testplanet.Config{
SatelliteCount: 2,