disable flaky TestSegmentStoreRepair (#1994)
This commit is contained in:
parent
91721f63ba
commit
1103fa63c0
@ -22,6 +22,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestSegmentStoreRepair(t *testing.T) {
|
func TestSegmentStoreRepair(t *testing.T) {
|
||||||
|
t.Skip("flaky")
|
||||||
|
|
||||||
testplanet.Run(t, testplanet.Config{
|
testplanet.Run(t, testplanet.Config{
|
||||||
SatelliteCount: 1, StorageNodeCount: 6, UplinkCount: 1,
|
SatelliteCount: 1, StorageNodeCount: 6, UplinkCount: 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user