Merge pull request #42689 from intelsdi-x/enable-oir-e2e

Automatic merge from submit-queue (batch tested with PRs 51193, 51154, 42689, 51189, 51200)

Re-enable OIR e2e tests.

Re-enabling test skeleton for opaque integer resources originally submitted as part of #41870. The e2e was disabled since it was flaky. This is the first step toward re-enabling them. Currently all cases are skipped, so this exercises only the BeforeEach behavior and the deferred removal of OIRs from a node.

cc @timothysc
This commit is contained in:
Kubernetes Submit Queue 2017-08-24 04:38:07 -07:00 committed by GitHub
commit ce3b118959

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