Skip to content

Commit

Permalink
Merge pull request #88 from jefft0/chore/make-TestRestoreAccount-flappy
Browse files Browse the repository at this point in the history
chore: Make TestRestoreAccount flappy
  • Loading branch information
jefft0 authored Jun 27, 2023
2 parents dc135f4 + 1255ded commit 9100f02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion account_export_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ func getKeyFromTar(t *testing.T, tr *tar.Reader, expectedFilename string) []byte
return keyContents
}

func TestRestoreAccount(t *testing.T) {
func TestFlappyRestoreAccount(t *testing.T) {
testutil.FilterStability(t, testutil.Flappy)

ctx, cancel := context.WithCancel(context.Background())
defer cancel()

Expand Down

0 comments on commit 9100f02

Please sign in to comment.