From 99853e261cfb9ce52593e1f5b8dc33b7d3e8c5a6 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Sat, 28 Dec 2024 19:49:02 +0300 Subject: [PATCH] node/pilorama: supress flipping tree test It disrupts, and it is decided not to fix it. No changes are expected to be done in the pilorama. Signed-off-by: Pavel Karpy --- pkg/local_object_storage/pilorama/forest_test.go | 1 + 1 file changed, 1 insertion(+) 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)