commit | 1137ed88e23b9e10e8e8fba5c20d0d9076ceb0df | [log] [tgz] |
---|---|---|
author | Weilun Du <wdu@google.com> | Tue Mar 19 14:08:57 2024 -0400 |
committer | Weilun Du <wdu@google.com> | Tue Mar 19 14:09:39 2024 -0400 |
tree | c18bb32f66dcc521f293cbb9409edcf5fdaab28d | |
parent | ab1945c790b33eca078ff6f552580a5397d83e0d [diff] |
[EthernetManagerTest] Skip the test if EthernetManager is null On Emulator system image, EthernetManager is not supported and it will cause test crash when the "!!" operator is in place. Therefore, we should skip the test before the lazy evaluation. BUG: 323896504 Change-Id: I0f6f7bbb8ff7394730b193cf3f4ab5d89e65fa96 Signed-off-by: Weilun Du <wdu@google.com>