diff --git a/pkg/local_object_storage/pilorama/forest_test.go b/pkg/local_object_storage/pilorama/forest_test.go index 6b67d9c792..ed3216e219 100644 --- a/pkg/local_object_storage/pilorama/forest_test.go +++ b/pkg/local_object_storage/pilorama/forest_test.go @@ -651,6 +651,7 @@ func TestApplyTricky2(t *testing.T) { } func TestForest_ApplyRandom(t *testing.T) { + t.Skip("tree service code is about to be dropped, no one gonna spend time fixing it") for i := range providers { t.Run(providers[i].name, func(t *testing.T) { testForestTreeApplyRandom(t, providers[i].construct)