From f7fc5598b6fe05977f01f9a6b20ded6bb161d308 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Thu, 13 Jul 2017 13:37:23 +0100 Subject: [PATCH] Disable qemu in container test Failing for some time; see https://github.com/linuxkit/linuxkit/issues/2020 Signed-off-by: Justin Cormack --- test/cases/010_platforms/000_qemu/100_container/test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/cases/010_platforms/000_qemu/100_container/test.sh b/test/cases/010_platforms/000_qemu/100_container/test.sh index 9433ed7d3..ff54c4f57 100644 --- a/test/cases/010_platforms/000_qemu/100_container/test.sh +++ b/test/cases/010_platforms/000_qemu/100_container/test.sh @@ -1,6 +1,8 @@ #!/bin/sh # SUMMARY: Check that qemu runs containerised -# LABELS: +# LABELS: skip + +# this test is not working at present see https://github.com/linuxkit/linuxkit/issues/2020 set -e