From c2bd284ccbd7a0393ce0cc4664fb954ab0a4d231 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Thu, 22 Jun 2017 18:18:15 -0700 Subject: [PATCH] Disable Qemu EFI ISO test for now See #1872 this is very flaky and without a controlled known working environment this is not helpful. Signed-off-by: Justin Cormack --- test/cases/010_platforms/000_qemu/020_run_efi/test.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/cases/010_platforms/000_qemu/020_run_efi/test.sh b/test/cases/010_platforms/000_qemu/020_run_efi/test.sh index 2552dcf8b..3bc77eecd 100644 --- a/test/cases/010_platforms/000_qemu/020_run_efi/test.sh +++ b/test/cases/010_platforms/000_qemu/020_run_efi/test.sh @@ -1,5 +1,5 @@ #!/bin/sh -# SUMMARY: Check that legacy BIOS ISO boots in qemu +# SUMMARY: Check that EFI BIOS ISO boots in qemu # LABELS: set -e @@ -17,6 +17,10 @@ clean_up() { trap clean_up EXIT +# see https://github.com/linuxkit/linuxkit/issues/1872 this is very flaky in qemu +# disabling for now until we fix a config that works +exit $RT_CANCEL + if command -v qemu-system-x86_64; then if [ ! -f /usr/share/ovmf/bios.bin ]; then exit $RT_CANCEL