Temporarily disable internal bot running while investigating

Bug: 118647285
Change-Id: I9e7e8b7da9bf6588c12f87cba06b54b215a12760
diff --git a/tools/internal_test.py b/tools/internal_test.py
index 9683c3d..75ace16 100755
--- a/tools/internal_test.py
+++ b/tools/internal_test.py
@@ -189,6 +189,8 @@
 
 def run_bot():
   print_magic_file_state()
+  print("TODO(118647285): Reenable when bug fixed")
+  return
   # Ensure that there is nothing currently scheduled (broken/stopped run)
   for magic in ALL_MAGIC:
     if get_magic_file_exists(magic):