commit | 9419769078f29204ac6a2835ea57dfb23806a14d | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Wed Jul 03 20:31:31 2019 +0100 |
committer | Nikita Ioffe <ioffe@google.com> | Wed Jul 03 21:50:30 2019 +0100 |
tree | 4abde47b28b1db978377c5ea0496c2cee8468507 | |
parent | 6d6f2516cac9f86bd1d24529e6537ea0c4e51ffc [diff] |
Use DISABLE_ to mark test cases as ignored When disabling a test case via #if 0 ... #endif it will never be attempted to compile, meaning that other CLs can break it even more (i.e. it won't compile when we finally try to enable it). Instead use DISABLE_ tag provided by gtest framework. Test: atest apexservice_test Test: atest apex_file_test Change-Id: I1ae8b914caff1002c81a9c8125c927180aab306b