commit | f7d8b657e8a11b8877c5c4150cc0b61ed6b8c1fc | [log] [tgz] |
---|---|---|
author | Jordan Jozwiak <jjoz@google.com> | Fri Mar 27 10:47:29 2020 -0700 |
committer | Jordan Jozwiak <jjoz@google.com> | Fri Mar 27 10:47:29 2020 -0700 |
tree | 5aaf8a7df9f982bfd0a68efaaeb8ce6021971991 | |
parent | d59a9706f498a1279bd29a4f1bdc32564e9863ec [diff] |
Suppress all ActivityBlockingActivity tests These tests from 0.3 to 3.9% flaky based on recent presubmit results. Bug: 152616894 Test: atest ActivityBlockingActivityTest Change-Id: Ieb5af8fab704a6849b0172715530153799328cfb
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.