From 8b54fb8372d78c7076e53537bd1544eb31e1b693 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sun, 8 Dec 2024 20:26:35 -0500 Subject: [PATCH] Revert "ci: Skip simulator failures" (#475) Revert "ci: Skip simulator failures (#470)" This reverts commit 705dd83a2f284b0313caecf1a0d3de333c8ef34a. --- .github/workflows/selfdrive_tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 6d0803452c..5f0e4904bb 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -331,7 +331,6 @@ jobs: ${{ env.RUN }} "source selfdrive/test/setup_xvfb.sh && \ source selfdrive/test/setup_vsound.sh && \ CI=1 pytest tools/sim/tests/test_metadrive_bridge.py" - continue-on-error: true create_ui_report: # This job name needs to be the same as UI_JOB_NAME in ui_preview.yaml