Skip to content

Commit 548e7d6

Browse files
committed
cmd/coordinator: skip the vet/all test
Change-Id: If2e03e16527753f271f9fa7431622d26d079e3f3 Reviewed-on: https://go-review.googlesource.com/37575 Reviewed-by: Josh Bleecher Snyder <[email protected]>
1 parent d71f595 commit 548e7d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/coordinator/coordinator.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2020,6 +2020,9 @@ func (st *buildStatus) shouldSkipTest(testName string) bool {
20202020
}
20212021
}
20222022
switch testName {
2023+
case "vet/all":
2024+
// Old vetall test name, before the sharding in CL 37572.
2025+
return true
20232026
case "api":
20242027
return st.isTry() && st.name != "linux-amd64"
20252028
}

0 commit comments

Comments
 (0)