Snap for 11293587 from f472cd13cf79bd1ff636886c69d6d8af8b974eed to mainline-tzdata4-release

Change-Id: I8174dd94c9e4105deb22e9c340904cd6c0ee3f2d
diff --git a/integration_tests/csuite_test_utils.py b/integration_tests/csuite_test_utils.py
index 9bbc1d5..06ab8ef 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