Revert "Re-enable OIR e2e tests."

This commit is contained in:
Antoine Pelisse 2017-08-26 13:09:21 -07:00 committed by GitHub
parent 4231308582
commit 281630b0b0

View File

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