unit_test_app: remove libsodium config for esp32s2

This configuration overflows DRAM size for esp32s2 and hence
resulting in CI failure. Removing this config as it does not
add any value in esp32s2 context.
This commit is contained in:
Mahavir Jain
2020-04-14 12:29:52 +05:30
parent e24da716f3
commit b83c3bbb66

View File

@@ -1,4 +0,0 @@
TEST_COMPONENTS=libsodium
TEST_EXCLUDE_COMPONENTS=bt app_update
CONFIG_UNITY_FREERTOS_STACK_SIZE=12288
CONFIG_IDF_TARGET="esp32s2"