mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 17:38:50 +00:00
Add [Disruptive] and [Serial] labels to appropriate tests
And use for partitioning; makes progress toward 10548
This commit is contained in:
@@ -63,7 +63,7 @@ const (
|
||||
// choose that node to be node with index 1.
|
||||
// 7. Observe that the pod in pending status schedules on that node.
|
||||
//
|
||||
var _ = Describe("NodeOutOfDisk", func() {
|
||||
var _ = Describe("NodeOutOfDisk [Serial]", func() {
|
||||
var c *client.Client
|
||||
var unfilledNodeName, recoveredNodeName string
|
||||
framework := Framework{BaseName: "node-outofdisk"}
|
||||
|
Reference in New Issue
Block a user