tests: jwt: don't set main stack size

Tests that use ztest shouldn't ever have to mess with this.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2020-10-15 17:18:34 -07:00 committed by Maureen Helm
commit 5de5518508

View file

@ -4,7 +4,6 @@ CONFIG_JWT=y
CONFIG_ZTEST=y
# CONFIG_ZTEST_STACKSIZE=2048
CONFIG_ZTEST_STACKSIZE=8192
CONFIG_MAIN_STACK_SIZE=1024
# Enable MBEDTLS
CONFIG_MBEDTLS=y