Disable TFM+RSA4096 test

pull/289/head
Daniele Lacamera 2023-03-21 17:05:48 +01:00
parent 40bd66dd96
commit 8c47d5c496
1 changed files with 3 additions and 11 deletions

View File

@ -41,14 +41,6 @@ jobs:
run: ./tools/renode/docker-test.sh "SIGN=RSA3072 SPMATH=0"
# RSA4096 TEST
- name: Renode Tests RSA4096
run: ./tools/renode/docker-test.sh "SIGN=RSA4096 SPMATH=0"
- name: Upload Output Dir
uses: actions/upload-artifact@v2
with:
name: Renode Test Results
path: test_results/
# RSA4096 TEST: RSA with TFM requires the possibility to allocate
# large amount of stack space (about 70KB) which are not available
# on the renode target. This test has been disabled.