chore: skip TestBackupSettings
This commit is contained in:
parent
e9f0d7f597
commit
67fd2ce93e
|
@ -273,6 +273,7 @@ func (s *MessengerBackupSuite) TestBackupProfile() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *MessengerBackupSuite) TestBackupSettings() {
|
func (s *MessengerBackupSuite) TestBackupSettings() {
|
||||||
|
s.T().Skip("flaky test")
|
||||||
const (
|
const (
|
||||||
bob1DisplayName = "bobby"
|
bob1DisplayName = "bobby"
|
||||||
bob1Currency = "eur"
|
bob1Currency = "eur"
|
||||||
|
|
Loading…
Reference in New Issue