From 1e707cd85761a81f022f437de4dc0938732c1fc3 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Thu, 10 Jun 2021 22:49:39 -0400 Subject: [PATCH] tests/kdump: disable test It's a new test, and is broken on three cloud platforms plus Ignition upstream CI. https://github.com/coreos/fedora-coreos-config/pull/1043#issuecomment-859028582 --- tests/kola/kdump/test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/kola/kdump/test.sh b/tests/kola/kdump/test.sh index 6f46278580..f6ece82706 100755 --- a/tests/kola/kdump/test.sh +++ b/tests/kola/kdump/test.sh @@ -3,6 +3,11 @@ set -xeuo pipefail # https://docs.fedoraproject.org/en-US/fedora-coreos/debugging-kernel-crashes/ # kola: {"minMemory": 4096, "tags": "skip-base-checks"} +# ===== FIXME: Disabled due to broken CI +echo "Test disabled" +exit 0 +# ===== + fatal() { echo "$@" >&2 exit 1