storagenode/console/consoleapi: disable flaky TestStorageNodeApi
Change-Id: I076c9a46fece86d34eae117ab84f94f99e7e64e0
This commit is contained in:
parent
78f5755d46
commit
262da14359
@ -45,6 +45,8 @@ var (
|
||||
)
|
||||
|
||||
func TestStorageNodeApi(t *testing.T) {
|
||||
t.Skip("Flaky")
|
||||
|
||||
testplanet.Run(t,
|
||||
testplanet.Config{
|
||||
SatelliteCount: 2,
|
||||
|
Loading…
Reference in New Issue
Block a user