Skip to content

Commit

Permalink
Remove embargo on TestExtraPackages (#3175)
Browse files Browse the repository at this point in the history
The embargo was added in 65b8151
  • Loading branch information
rfay committed Aug 16, 2021
1 parent 29a86df commit 59ff9d6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/ddevapp/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -794,11 +794,6 @@ func TestPHPOverrides(t *testing.T) {
// TestExtraPackages tests to make sure that *extra_packages config.yaml directives
// work (and are overridden by *-build/Dockerfile).
func TestExtraPackages(t *testing.T) {
embargoTime := "20 AUG 21 10:00 MDT"
if util.IsBeforeCutoffTime(embargoTime) {
t.Skipf("Skipping %s until %s", t.Name(), embargoTime)
}

assert := asrt.New(t)
app := &DdevApp{}

Expand Down

0 comments on commit 59ff9d6

Please sign in to comment.