Skip to content

Commit

Permalink
tests: crypto: sha256: limit to systems with >48k of memory
Browse files Browse the repository at this point in the history
We fail to build this test on stm32f3_disco which has 40k of SRAM.
Bump up the min_ram requirement to 48k.

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak committed Jul 6, 2017
1 parent 16ef12c commit 8f77cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/crypto/sha256/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tests:
- test:
arch_whitelist: arm arc x86
min_ram: 32
min_ram: 48
tags: crypto sha256
timeout: 600
- test_nios2:
Expand Down

0 comments on commit 8f77cdd

Please sign in to comment.