From d43155695deb7770b317f8dfd58569ad124e9eca Mon Sep 17 00:00:00 2001 From: Danny Tuppeny Date: Wed, 3 Oct 2018 21:35:36 +0100 Subject: [PATCH] Revert "Use (processors-1) for test runs (test defaults to processors/2)" (#22628) * Revert "Custom offset functionality for Popup Menu Button (#22534)" This reverts commit f44b277fa632c848ea113ee3f397f713bc429153. * Revert "Updated the ColorScheme dartdoc: a11y (#22618)" This reverts commit aa6a27e8a25ba4d6d68539a0ae9285385a29ae9e. * Revert "Added support for the Khmer (km) language (#22617)" This reverts commit 3a87b93fcee696480504f0659062f0d7206c44a3. * Revert "Use 'Future' insted of 'Future' in SystemChrome (#22583)" This reverts commit 37c10acb978009b1ee690478a31b30eb7371eb25. * Revert "Choice Chip Fix (#22589)" This reverts commit 8d76d37f33b474c77c35c91bfeaeedd86d8a6fb5. * Revert "Throw if trying to set fs.currentDirectory in tests (#22037)" This reverts commit 2f6155bf188911bc0630b1b2e6786e968a570fe7. * Revert "Use (processors-1) for test runs (test defaults to processors/2) (#22085)" This reverts commit d44f003079b53643d6f0afd9a5f57383c3de62cb. --- dev/bots/test.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev/bots/test.dart b/dev/bots/test.dart index 80617928eb3..a3cf5d1d5fb 100644 --- a/dev/bots/test.dart +++ b/dev/bots/test.dart @@ -4,7 +4,6 @@ import 'dart:async'; import 'dart:io'; -import 'dart:math' as math; import 'package:path/path.dart' as path; @@ -200,8 +199,6 @@ Future _pubRunTest( bool enableFlutterToolAsserts = false }) { final List args = ['run', 'test', '-rcompact']; - final int concurrency = math.max(1, Platform.numberOfProcessors - 1); - args.add('-j$concurrency'); if (!hasColor) args.add('--no-color'); if (testPath != null)