Add flaky label [Flaky] to tests

This commit is contained in:
Isaac Hollander McCreery
2015-12-20 11:13:38 -08:00
committed by Isaac Hollander McCreery
parent 14d9a0f2c8
commit 8b255feeee
10 changed files with 21 additions and 10 deletions

View File

@@ -63,7 +63,8 @@ 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 [Serial]", func() {
// Flaky issue #17687
var _ = Describe("NodeOutOfDisk [Serial] [Flaky]", func() {
var c *client.Client
var unfilledNodeName, recoveredNodeName string
framework := Framework{BaseName: "node-outofdisk"}