-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The imgdiff package we use assumes the images are the same size. So check the sizes first. Also: - Fix a bug where we retry instead of failing immediately. - Make the default concurrency 1. Screen tests are flaky enough without adding concurrency. - Remove the check in sleep for integers. time.ParseDuration already does that. Change-Id: I63442d29c0846e3b6648eef993e8a113f4019bda Reviewed-on: https://go-review.googlesource.com/c/website/+/634078 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
- Loading branch information
Showing
2 changed files
with
25 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters