Snap for 11296156 from 360b0817cb0652458fb3023b7e48000fb9321e8a to mainline-tzdata5-release

Change-Id: I67d047be3690765eaf14329462e6782c05349bbe
diff --git a/integration_tests/csuite_test_utils.py b/integration_tests/csuite_test_utils.py
index 489f348..39d5ba4 100644
--- a/integration_tests/csuite_test_utils.py
+++ b/integration_tests/csuite_test_utils.py
@@ -93,7 +93,8 @@
     # Unset environment variables that might cause the TradeFed to load classes
     # that weren't included in the standalone suite zip.
     env.pop('TF_GLOBAL_CONFIG', None)
-
+    # Ensure the process operates in standalone mode
+    env['LOCAL_MODE'] = "1"
     # Set the environment variable that TradeFed requires to find test modules.
     env['ANDROID_TARGET_OUT_TESTCASES'] = self._testcases_dir
     jdk17_path = '/jdk/jdk17/linux-x86'