Skip minimum RAM test on Cuttlefish

Postsubmit tests listed in TEST_MAPPING have a hard time limit (1
minute). The minimum RAM test is too slow to run within 1 minute. This
change disables the test on Cuttlefish to fix the test breakage.

Our main use case is running benchmark tests on Pixel devices, and they
are not affected due to having a different .gcl config.

Bug: 237840870
Test: atest MicrodroidBenchmarks on cuttlefish
Change-Id: I4b923f7e39d673a2533e3b1bfdb5a64bf4020779
1 file changed
tree: 7d3c3ab2eabec6caa6f7dcc5afae9e630f875136
  1. .prebuilt_info/
  2. apex/
  3. apkdmverity/
  4. authfs/
  5. compos/
  6. demo/
  7. docs/
  8. javalib/
  9. launcher/
  10. libs/
  11. microdroid/
  12. microdroid_manager/
  13. pvmfw/
  14. tests/
  15. virtualizationservice/
  16. vm/
  17. vmbase/
  18. vmclient/
  19. zipfuse/
  20. .clang-format
  21. .gitignore
  22. Android.bp
  23. OWNERS
  24. PREUPLOAD.cfg
  25. README.md
  26. TEST_MAPPING
README.md

Virtualization

This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.