Build: Temporarily disable FLIH tests

There is a known issue in FLIH tests which keeps blocking Open CI.
Temporarily disable FLIH tests to unblock CI until the issue got fixed.

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I7dc4408e57611aca50653c11be978efe7a371daa
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index 04e27f5..95a1298 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -49,7 +49,7 @@
         "-DTFM_PLATFORM=%(tfm_platform)s " + \
         "-DTFM_TOOLCHAIN_FILE=%(codebase_root_dir)s/%(compiler)s " + \
         "-DTFM_ISOLATION_LEVEL=%(isolation_level)s " + \
-        "-DTEST_NS=%(test_regression)s -DTEST_S=%(test_regression)s " + \
+        "-DTEST_NS=%(test_regression)s -DTEST_S=%(test_regression)s -DTEST_NS_FLIH_IRQ=OFF " + \
         "-DTEST_BL2=%(test_regression)s " + \
         "-DCMAKE_BUILD_TYPE=%(cmake_build_type)s " + \
         "-DTEST_PSA_API=%(test_psa_api)s " + \