Skip to content

Commit 9d96bb6

Browse files
committed
Revert "github-pull-request-make: temporary workaround"
This reverts commit da33ea2.
1 parent ab8fac2 commit 9d96bb6

File tree

1 file changed

+0
-5
lines changed
  • pkg/cmd/github-pull-request-make

1 file changed

+0
-5
lines changed

pkg/cmd/github-pull-request-make/main.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,6 @@ func main() {
209209

210210
if len(pkgs) > 0 {
211211
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-
217212
// 20 minutes total seems OK, but at least 2 minutes per test.
218213
// This should be reduced. See #46941.
219214
duration := (20 * time.Minute) / time.Duration(len(pkgs))

0 commit comments

Comments
 (0)