test_: skip flaky TestService_IncrementalUpdateMixed (#6205)

This commit is contained in:
Igor Sirotin 2024-12-16 20:33:46 +00:00 committed by GitHub
parent 75bdda2712
commit 0f7c26dc9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ func TestService_IncrementalUpdateOnTop(t *testing.T) {
}
func TestService_IncrementalUpdateMixed(t *testing.T) {
t.Skip("flaky test")
state := setupTestService(t)
defer state.close()