Commit ce3b1189 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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
parents 5fb38a32 fc2a45ee
...@@ -33,7 +33,7 @@ import ( ...@@ -33,7 +33,7 @@ import (
. "github.com/onsi/gomega" . "github.com/onsi/gomega"
) )
var _ = SIGDescribe("Opaque resources [Feature:OpaqueResources]", func() { var _ = SIGDescribe("Opaque resources", 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment