| Index: tests/standalone/io/network_interface_test.dart
|
| diff --git a/tests/standalone/io/network_interface_test.dart b/tests/standalone/io/network_interface_test.dart
|
| index 2d49ce01643ee9c2267c61ac3528b07bfd96e716..71f8312b464bad28d0722944f833be5583feacd8 100644
|
| --- a/tests/standalone/io/network_interface_test.dart
|
| +++ b/tests/standalone/io/network_interface_test.dart
|
| @@ -47,6 +47,9 @@ void testListIndex() {
|
|
|
|
|
| void main() {
|
| + if (!NetworkInterface.listSupported) {
|
| + return;
|
| + }
|
| testListLoopback();
|
| testListLinkLocal();
|
| testListIndex();
|
|
|