Skip to content

Commit

Permalink
CLOUDP-261224 Reenable Meta package tests (#3173)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes authored Aug 12, 2024
1 parent f53e6a1 commit bec1a23
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/genevergreen/generate/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,6 @@ func PostPkgMetaTasks(c *shrub.Configuration) {
"server_version": sv,
})

// TODO: Re-enable meta package tests in 8.0 until mongosh is added.
if sv == "8.0" {
disable := true
t.Disable = &disable
}
c.Tasks = append(c.Tasks, t)
v.AddTasks(t.Name)
}
Expand Down

0 comments on commit bec1a23

Please sign in to comment.