Build: Disable ITS and IPC tests for Corstone-1000

The flash has almost overflowed after the changes in the
Corstone-1000 TF-M port. The ITS and IPC tests have to
be disabled to prevent failed jobs in case of further
size increases.

Change-Id: I915d88eb4e5ee41ab02cade554ca6e1624196332
Signed-off-by: Bence Balogh <bence.balogh@arm.com>
diff --git a/build_helper/build_helper_config_maps.py b/build_helper/build_helper_config_maps.py
index 3f18400..c9022e2 100644
--- a/build_helper/build_helper_config_maps.py
+++ b/build_helper/build_helper_config_maps.py
@@ -90,6 +90,8 @@
     "FVP"          : "-DPLATFORM_IS_FVP=True ",
     "FPGA"         : "-DPLATFORM_IS_FVP=False -DTEST_S_PLATFORM=OFF ",
     "CS1K_TEST"    : ("-DTEST_S_PS=OFF "
+                      "-DTEST_S_ITS=OFF "
+                      "-DTEST_S_IPC=OFF "
                       "-DEXTRA_S_TEST_SUITE_PATH=%(codebase_root_dir)s/platform/ext/target/arm/corstone1000/ci_regression_tests/ "),
 
     # Extra test cases