commit | 8e5de6577ba0c1541dadbb6e0d6096f1854e0fc6 | [log] [tgz] |
---|---|---|
author | Brian Isganitis <brianji@google.com> | Tue Jul 02 16:51:21 2024 -0400 |
committer | Brian Isganitis <brianji@google.com> | Tue Jul 02 21:45:23 2024 -0400 |
tree | f96fc14e82569136bfd90187f6f6751a2f8353f4 | |
parent | 8f1a1c4b6a2b36eb32c2f31e16233537830a3f8c [diff] |
Don't use UiThreadTest for Taskbar Unit tests. This annotation also runs the rule on the main thread, which can lead to deadlocks with other threads (e.g. loading the model synchronously). Change-Id: Ib276e9dc322f6f65bd32658e774d6076efb94f2e Flag: TEST_ONLY Test: Taskbar Unit Tests Bug: 230027385