Skip to content

Commit 8d1fa91

Browse files
committed
Re-enable Dynamic ASGs test
We had only been been skipping them temporarily to get develop through CI (since commit 01cf87e).
1 parent b606d93 commit 8d1fa91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security_groups/dynamic_asgs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"github.com/cloudfoundry/cf-test-helpers/cf"
1919
)
2020

21-
var _ = XDescribe("Dynamic ASGs", func() {
21+
var _ = Describe("Dynamic ASGs", func() {
2222
var (
2323
orgName string
2424
spaceName string

0 commit comments

Comments
 (0)