From 9c94bbb19aa70475f9f03ac7fcd7454feaa44ad0 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Tue, 21 Sep 2021 11:25:45 -0600 Subject: [PATCH] disable flakey test (#1306) --- server/integrationtests/blocks_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/integrationtests/blocks_test.go b/server/integrationtests/blocks_test.go index 822aa80eb..9358fbf72 100644 --- a/server/integrationtests/blocks_test.go +++ b/server/integrationtests/blocks_test.go @@ -289,6 +289,8 @@ func TestDeleteBlock(t *testing.T) { } func TestGetSubtree(t *testing.T) { + t.Skip("TODO: fix flaky test") + th := SetupTestHelper().InitBasic() defer th.TearDown()