From fbc5e3f807f54edb5829ef7a29771dc253382241 Mon Sep 17 00:00:00 2001 From: Isaac Hollander McCreery Date: Mon, 1 Feb 2016 15:58:29 -0800 Subject: [PATCH] Reference 20015 for [Flaky] NodeOutOfDisk tests --- test/e2e/nodeoutofdisk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/nodeoutofdisk.go b/test/e2e/nodeoutofdisk.go index 0fc97d83287..592422fb433 100644 --- a/test/e2e/nodeoutofdisk.go +++ b/test/e2e/nodeoutofdisk.go @@ -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. // -// Flaky issue #17687 +// Flaky issue #20015. We have no clear path for how to test this functionality in a non-flaky way. var _ = Describe("NodeOutOfDisk [Serial] [Flaky]", func() { var c *client.Client var unfilledNodeName, recoveredNodeName string