disable flakey test (#1306)
This commit is contained in:
parent
4fe1cd8ff6
commit
9c94bbb19a
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue