test_: skip flaky TestService_IncrementalUpdateMixed (#6205)
This commit is contained in:
parent
75bdda2712
commit
0f7c26dc9d
|
@ -83,6 +83,8 @@ func TestService_IncrementalUpdateOnTop(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestService_IncrementalUpdateMixed(t *testing.T) {
|
func TestService_IncrementalUpdateMixed(t *testing.T) {
|
||||||
|
t.Skip("flaky test")
|
||||||
|
|
||||||
state := setupTestService(t)
|
state := setupTestService(t)
|
||||||
defer state.close()
|
defer state.close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue