From f6c164cddc52e6506326f4a27e80aaa46fb66360 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Thu, 5 Jul 2018 16:25:50 +0100 Subject: [PATCH] Issue #2983781 by Lendude: Update drupalci.yml concurrency comment to match the new reality of FunctionalJavascript --- core/drupalci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/drupalci.yml b/core/drupalci.yml index b1848bb213e0..66a3b121b46e 100644 --- a/core/drupalci.yml +++ b/core/drupalci.yml @@ -44,8 +44,6 @@ build: testgroups: '--all' suppress-deprecations: false halt-on-fail: false - # Functional JavaScript tests require a concurrency of 1 because there is - # only one instance of PhantomJS on the testbot machine. run_tests.javascript: concurrency: 15 types: 'PHPUnit-FunctionalJavascript' -- GitLab