mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
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:
commit
ce3b118959
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user