commit | f1a61ad83de462dcd149ca53f0d417486ca1aec0 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue May 23 15:11:36 2023 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Tue May 23 16:01:42 2023 +0900 |
tree | b6993769f3263674242f2e686972bbf8aa095b8c | |
parent | 6f47b7d501655bd8baf2477e5683ef07d924e994 [diff] |
Skip all of NetworkAgentTest in instant mode. Recently, new test methods were added to NetworkAgentTest which fail in instant mode because they are not marked @AppModeFull. Because instant apps can't use NetworkAgent (it's a system API, and it needs the NETWORK_FACTORY permission which is signature only), just mark the whole test @AppModeFull so this cannot happen again. Bug: 283897713 Test: test is skipped in instant mode Change-Id: Ib6ff07d9fdc329d3421a077532b8a434323053f8