Suppress flaky tests to improve team productivity

This is just a temporary measure to improve team productivity
while we sort out the root issue.

These three tests are failing 50% of the time. Other test is
failing 25% of the time and the others are all failing 15% of the
time or less frequently.

Bug: 150491747
Test: atest ActivityBlockingActivityTest
Change-Id: Idc69ff99ffcc8fd3e94c6e2f09ac68112d06afdc
1 file changed
tree: 3e31fd5d5c0b456e9915e6e1b76944fea7c3c5ca
  1. car-bugreportd/
  2. car-default-input-service/
  3. car-lib/
  4. car-maps-placeholder/
  5. car-systemtest-lib/
  6. car-test-lib/
  7. car-usb-handler/
  8. car_product/
  9. computepipe/
  10. EncryptionRunner/
  11. evs/
  12. experimental/
  13. FrameworkPackageStubs/
  14. obd2-lib/
  15. procfs-inspector/
  16. service/
  17. surround_view/
  18. tests/
  19. tools/
  20. user/
  21. vehicle-hal-support-lib/
  22. watchdog/
  23. .clang-format
  24. .gitignore
  25. Android.mk
  26. CleanSpec.mk
  27. CPPLINT.cfg
  28. OWNERS
  29. PREUPLOAD.cfg
  30. README.md
README.md

Native (C++) code format is required to be compatible with .clang-format file. Run

git clang-format --style=file --extension='h,cpp,cc' HEAD~

Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.