diff --git a/test/main.sh b/test/main.sh index d213c9d4ef73..6acc19716307 100755 --- a/test/main.sh +++ b/test/main.sh @@ -113,13 +113,6 @@ cleanup() { if [ "${expandDmesg}" = "no" ]; then echo "::endgroup::" fi - - if [ "$(ls -A /var/crash)" ]; then - echo "::group::crashes" - ls -la /var/crash - find /var/crash -type f -exec cat {} + - echo "::endgroup::" - fi fi if [ -n "${GITHUB_ACTIONS:-}" ]; then