| Index: tests/fletch_tests/all_tests.dart
|
| diff --git a/tests/fletch_tests/all_tests.dart b/tests/fletch_tests/all_tests.dart
|
| index 92c04311484e248f3429498a66fa8e1e9dd49ad0..334f92a6185eb84c862f2f7949d4f8e18f6781b9 100644
|
| --- a/tests/fletch_tests/all_tests.dart
|
| +++ b/tests/fletch_tests/all_tests.dart
|
| @@ -106,7 +106,7 @@ const Map<String, NoArgFuture> TESTS = const <String, NoArgFuture>{
|
| // Test the mDNS package.
|
| // TODO(sgjesse) publish the mDNS package as an ordinary package an pull
|
| // it in through third_party.
|
| - 'mdns_tests': mdns_tests.main,
|
| + 'mdns_tests/*': mdns_tests.listTests,
|
|
|
| // Test for the golem performance tracking infrastructure.
|
| // If this test breaks you probably need to update the golem performance
|
|
|