chore: skip TestMessengerPeersyncingSuite

This commit is contained in:
Patryk Osmaczko 2024-03-06 16:47:39 +01:00 committed by osmaczko
parent 86ae80b108
commit e9f0d7f597
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ import (
)
func TestMessengerPeersyncingSuite(t *testing.T) {
t.SkipNow() // FIXME
suite.Run(t, new(MessengerPeersyncingSuite))
}