Skip to content

Commit

Permalink
node/pilorama: supress flipping tree test
Browse files Browse the repository at this point in the history
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 <carpawell@nspcc.ru>
  • Loading branch information
carpawell committed Dec 28, 2024
1 parent 6749956 commit 99853e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/local_object_storage/pilorama/forest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 99853e2

Please sign in to comment.