Skip to content

Commit

Permalink
Revert "github-pull-request-make: temporary workaround"
Browse files Browse the repository at this point in the history
This reverts commit da33ea2.
  • Loading branch information
knz committed Jul 19, 2023
1 parent ab8fac2 commit 9d96bb6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/cmd/github-pull-request-make/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 9d96bb6

Please sign in to comment.