From 9d96bb69d5d3690736f0577183387d9a0dc4db00 Mon Sep 17 00:00:00 2001 From: Raphael 'kena' Poss Date: Wed, 19 Jul 2023 18:32:25 +0200 Subject: [PATCH] Revert "github-pull-request-make: temporary workaround" This reverts commit da33ea2b127c92f15bf6afbd7e444e6dcc1e8c67. --- pkg/cmd/github-pull-request-make/main.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkg/cmd/github-pull-request-make/main.go b/pkg/cmd/github-pull-request-make/main.go index d8903d6473f0..ce543678a304 100644 --- a/pkg/cmd/github-pull-request-make/main.go +++ b/pkg/cmd/github-pull-request-make/main.go @@ -209,11 +209,6 @@ func main() { if len(pkgs) > 0 { for name, pkg := range pkgs { - // [knz] Temporary hack to get #106928 over the finish line. - if strings.HasPrefix(name, "pkg/server") { - continue - } - // 20 minutes total seems OK, but at least 2 minutes per test. // This should be reduced. See #46941. duration := (20 * time.Minute) / time.Duration(len(pkgs))