We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8fac2 commit 9d96bb6Copy full SHA for 9d96bb6
pkg/cmd/github-pull-request-make/main.go
@@ -209,11 +209,6 @@ func main() {
209
210
if len(pkgs) > 0 {
211
for name, pkg := range pkgs {
212
- // [knz] Temporary hack to get #106928 over the finish line.
213
- if strings.HasPrefix(name, "pkg/server") {
214
- continue
215
- }
216
-
217
// 20 minutes total seems OK, but at least 2 minutes per test.
218
// This should be reduced. See #46941.
219
duration := (20 * time.Minute) / time.Duration(len(pkgs))
0 commit comments