disable flakey test (#1306)

This commit is contained in:
Scott Bishel 2021-09-21 11:25:45 -06:00 committed by GitHub
parent 4fe1cd8ff6
commit 9c94bbb19a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()