Turn off BL2 test for b_u585_iot02a board
Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: Ie7d6bd9832a054391f205f6acda68639ebacadf8
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index aeb4fde..06497dd 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -782,7 +782,7 @@
"tfm_platform": ["stm/b_u585i_iot02a"],
"compiler": ["GCC_10_3", "ARMCLANG_6_13"],
"isolation_level": ["1", "2"],
- "test_regression": ["OFF", "RegBL2, RegS, RegNS"],
+ "test_regression": ["OFF", "RegS, RegNS"],
"test_psa_api": ["OFF"],
"cmake_build_type": ["Release"],
"with_bl2": [True],