Verified Commit daadc61b authored by Dave Long's avatar Dave Long
Browse files

Issue #3410396 by catch: Add @group slow to ForumTest, HelpTopicSearchTest, ModulesListFormWebTest

(cherry picked from commit 86673c90)
parent 6702e3ee
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
 * consistency in the database.
 *
 * @group forum
 * @group #slow
 */
class ForumTest extends BrowserTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
 * Verifies help topic search.
 *
 * @group help
 * @group #slow
 */
class HelpTopicSearchTest extends HelpTopicTranslatedTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
 * Tests \Drupal\system\Form\ModulesListForm.
 *
 * @group Form
 * @group #slow
 */
class ModulesListFormWebTest extends BrowserTestBase {