Re-enable OIR e2e tests.

- Removed [Feature: tag from e2e test.
This commit is contained in:
Connor Doyle 2017-03-06 19:47:39 -08:00
parent d2cf96d6ef
commit fc2a45ee4e

View File

@ -33,7 +33,7 @@ import (
. "github.com/onsi/gomega"
)
var _ = SIGDescribe("Opaque resources [Feature:OpaqueResources]", func() {
var _ = SIGDescribe("Opaque resources", func() {
f := framework.NewDefaultFramework("opaque-resource")
opaqueResName := v1helper.OpaqueIntResourceName("foo")
var node *v1.Node