mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
NodeOutOfDisk should use NewFramework()
Fails when custom nsCreateFunc is provided
This commit is contained in:
parent
6103b8713e
commit
f1ab9a42f5
@ -67,7 +67,7 @@ const (
|
||||
var _ = Describe("NodeOutOfDisk [Serial] [Flaky]", func() {
|
||||
var c *client.Client
|
||||
var unfilledNodeName, recoveredNodeName string
|
||||
framework := Framework{BaseName: "node-outofdisk"}
|
||||
framework := NewFramework("node-outofdisk")
|
||||
|
||||
BeforeEach(func() {
|
||||
framework.beforeEach()
|
||||
|
Loading…
Reference in New Issue
Block a user