Skip to content

Commit

Permalink
tests/kdump: disable test
Browse files Browse the repository at this point in the history
It's a new test, and is broken on three cloud platforms plus Ignition
upstream CI.

coreos#1043 (comment)
  • Loading branch information
bgilbert committed Jun 11, 2021
1 parent f634cb3 commit 1e707cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/kola/kdump/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e707cd

Please sign in to comment.