Temporarily disable memory benchmark tests on internal

Bug: 210982978
Change-Id: I61b6b9426c6a823721d92ccc46c6e7ed5b4e782d
diff --git a/tools/internal_test.py b/tools/internal_test.py
index 47d236e..dae6247 100755
--- a/tools/internal_test.py
+++ b/tools/internal_test.py
@@ -109,6 +109,7 @@
       '--max-memory=%s' % int(record['oom-threshold'] * 0.85)
   ]
 
+# TODO(b/210982978): Enable testing of min xmx again
 TEST_COMMANDS = [
     # Run test.py internal testing.
     ['tools/test.py', '--only_internal', '--slow_tests',
@@ -117,9 +118,7 @@
     ['tools/run_on_app.py', '--run-all', '--out=out'],
     # Find min xmx for selected benchmark apps
     ['tools/gradle.py', 'r8lib'],
-] + (map(find_min_xmx_command, BENCHMARK_APPS)
-     + map(compile_with_memory_max_command, BENCHMARK_APPS)
-     + map(compile_with_memory_min_command, BENCHMARK_APPS))
+]
 
 # Command timeout, in seconds.
 RUN_TIMEOUT = 3600 * 6