From 0d9b5f2429c19a9f10f4e9d98c1a28299360e3d6 Mon Sep 17 00:00:00 2001 From: MoonGyu1 Date: Mon, 14 Aug 2023 16:54:23 +0900 Subject: [PATCH] Remove unnecessary skip --- test/integration/tree_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/tree_test.go b/test/integration/tree_test.go index 7e71fd2d0..d94c81c7e 100644 --- a/test/integration/tree_test.go +++ b/test/integration/tree_test.go @@ -1608,7 +1608,6 @@ func TestTree(t *testing.T) { }) t.Run("handle deletion of insertion anchor concurrently test", func(t *testing.T) { - t.Skip() // TODO(sejonk): Remove this after fixing bugs ctx := context.Background() d1 := document.New(helper.TestDocKey(t)) assert.NoError(t, c1.Attach(ctx, d1))