From acf09695f74f8d6e7c068a9d5fede3cb4b0b3e51 Mon Sep 17 00:00:00 2001 From: Dong Chen Date: Fri, 19 Feb 2016 22:33:39 -0800 Subject: [PATCH] Skip one test in Docker 1.9 for runC bug. Signed-off-by: Dong Chen --- test/integration/nodemanagement/nodehealth.bats | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/integration/nodemanagement/nodehealth.bats b/test/integration/nodemanagement/nodehealth.bats index 4e0402164e..6f352f3e34 100644 --- a/test/integration/nodemanagement/nodehealth.bats +++ b/test/integration/nodemanagement/nodehealth.bats @@ -8,6 +8,13 @@ function teardown() { } @test "scheduler avoids failing node" { + # Docker issue #14203 in runC causing this test to fail. + # Issue fixed in Docker 1.10 + run docker --version + if [[ "${output}" == "Docker version 1.9"* ]]; then + skip + fi + # Start 1 engine and register it in the file. start_docker 2 # Start swarm and check it can reach the node