We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75bdda2 commit 0f7c26dCopy full SHA for 0f7c26d
services/wallet/activity/session_service_test.go
@@ -83,6 +83,8 @@ func TestService_IncrementalUpdateOnTop(t *testing.T) {
83
}
84
85
func TestService_IncrementalUpdateMixed(t *testing.T) {
86
+ t.Skip("flaky test")
87
+
88
state := setupTestService(t)
89
defer state.close()
90
0 commit comments