Skip to content

Commit

Permalink
Re-enable Dynamic ASGs test
Browse files Browse the repository at this point in the history
We had only been been skipping them temporarily to get develop through
CI (since commit 01cf87e).
  • Loading branch information
ctlong committed Apr 21, 2022
1 parent b606d93 commit 8d1fa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security_groups/dynamic_asgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/cloudfoundry/cf-test-helpers/cf"
)

var _ = XDescribe("Dynamic ASGs", func() {
var _ = Describe("Dynamic ASGs", func() {
var (
orgName string
spaceName string
Expand Down

0 comments on commit 8d1fa91

Please sign in to comment.