commit | c06e79d3c82ba98891efc891024fe7f2894d080c | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Wed Sep 28 17:03:26 2022 -0700 |
committer | Patrick Rohr <prohr@google.com> | Fri Sep 30 01:07:40 2022 -0700 |
tree | 3b3655fd38f8215eb610a3641b1cc409850bcc54 | |
parent | 5d00e5775951e2c05fa49f57d01a7647059cde6e [diff] |
ethernet: temporary mitigation for test that uses TUNSETCARRIER Since creating an interface without carrier can still have carrier for a short period of time, the never available assertion is flaky. This change removes the assertion which is to be readded after IFF_NO_CARRIER is supported in the kernel. Test: atest EthernetManagerTest Bug: 249611919 Change-Id: I437fa2ed34fa28c07b66358b63be40a80d00acf0