mirror of https://github.com/wolfSSL/wolfBoot.git
Disable TFM+RSA4096 test
parent
40bd66dd96
commit
8c47d5c496
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue