Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading