Add [Disruptive] and [Serial] labels to appropriate tests

And use for partitioning; makes progress toward 10548
This commit is contained in:
Isaac Hollander McCreery
2015-12-18 10:41:33 -08:00
parent 140dfccdd5
commit bd49a3420e
11 changed files with 17 additions and 26 deletions

View File

@@ -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"}