Skip to content

Commit

Permalink
tests/pkg_mbedtls-blacklist: blacklist samr21-xpro
Browse files Browse the repository at this point in the history
The ENTROPY test always fails on this board

main(): This is RIOT! (Version: buildtest)
mbedtls test

  SHA-224 test RIOT-OS#1: passed
  SHA-224 test RIOT-OS#2: passed
  SHA-224 test RIOT-OS#3: passed
  SHA-256 test RIOT-OS#1: passed
  SHA-256 test RIOT-OS#2: passed
  SHA-256 test RIOT-OS#3: passed

  ENTROPY test: failed
  • Loading branch information
benpicco committed Jan 28, 2022
1 parent 617eb35 commit 3c6241b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/pkg_mbedtls/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ include ../Makefile.tests_common
USEPKG += mbedtls
USEMODULE += mbedtls_entropy

# entropy test keeps failing on this board due to low entropy
TEST_ON_CI_BLACKLIST += samr21-xpro

# Increase stack size of main thread.
CFLAGS += -DTHREAD_STACKSIZE_MAIN=THREAD_STACKSIZE_LARGE

Expand Down

0 comments on commit 3c6241b

Please sign in to comment.