| Index: pkg/intl/test/date_time_format_http_request_test.dart
|
| ===================================================================
|
| --- pkg/intl/test/date_time_format_http_request_test.dart (revision 13132)
|
| +++ pkg/intl/test/date_time_format_http_request_test.dart (working copy)
|
| @@ -37,7 +37,7 @@
|
| var futures = DateFormat.allLocalesWithSymbols().map(
|
| (locale) => initializeDateFormatting(locale, url));
|
| Futures.wait(futures).then(expectAsync1((_) {
|
| - runDateTests();
|
| + runDateTests(smallSetOfLocales());
|
| shutDown();}));
|
| }
|
|
|
|
|