Skip to content

Commit

Permalink
Skip Flaky Test (#3495)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Kim <[email protected]>
  • Loading branch information
joshua-kim authored Oct 24, 2024
1 parent 993d169 commit df105af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/sync/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,8 @@ func Test_Sync_Result_Correct_Root_With_Sync_Restart(t *testing.T) {
}

func Test_Sync_Result_Correct_Root_Update_Root_During(t *testing.T) {
t.Skip("FLAKY")

require := require.New(t)

now := time.Now().UnixNano()
Expand Down

0 comments on commit df105af

Please sign in to comment.