Skip to content

Commit

Permalink
[mbed] Disable unit test build (#15966)
Browse files Browse the repository at this point in the history
The build fails as the unit test firmware no longer fits in
flash.
  • Loading branch information
Damian-Nordic authored and pull[bot] committed Jun 6, 2022
1 parent a317c4d commit 226d646
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/full-mbed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 226d646

Please sign in to comment.