Skip to content

Commit 0f7c26d

Browse files
authored
test_: skip flaky TestService_IncrementalUpdateMixed (#6205)
1 parent 75bdda2 commit 0f7c26d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/wallet/activity/session_service_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ func TestService_IncrementalUpdateOnTop(t *testing.T) {
8383
}
8484

8585
func TestService_IncrementalUpdateMixed(t *testing.T) {
86+
t.Skip("flaky test")
87+
8688
state := setupTestService(t)
8789
defer state.close()
8890

0 commit comments

Comments
 (0)