Skip to content

Commit

Permalink
chore_: add skip reasons to some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Aug 29, 2024
1 parent b0be85d commit 9b1b293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protocol/messenger_peersyncing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

func TestMessengerPeersyncingSuite(t *testing.T) {
t.SkipNow() // FIXME
t.Skip("broken test") // FIXME
suite.Run(t, new(MessengerPeersyncingSuite))
}

Expand Down
2 changes: 1 addition & 1 deletion services/rpcfilters/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func TestGetFilterChangesResetsTimer(t *testing.T) {
}

func TestGetFilterLogs(t *testing.T) {
t.Skip("Skipping due to flakiness: https://github.com/status-im/status-go/issues/1281")
t.Skip("flaky test")

tracker := new(callTracker)
api := &PublicAPI{
Expand Down

0 comments on commit 9b1b293

Please sign in to comment.