diff --git a/.github/workflows/full-mbed.yaml b/.github/workflows/full-mbed.yaml index 06353d98a764a5..d6b723d69f7a1d 100644 --- a/.github/workflows/full-mbed.yaml +++ b/.github/workflows/full-mbed.yaml @@ -124,6 +124,8 @@ jobs: /tmp/bloat_reports/ - name: Build unit tests + # Temporarily disable build due to running out of flash space + if: false timeout-minutes: 20 run: scripts/tests/mbed/mbed_unit_tests.sh -b=$APP_TARGET -p=$APP_PROFILE