From b6d1fffef3cf8852fe61640b18612a0085dc1c3a Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Wed, 24 Jul 2024 19:24:01 +0100
Subject: [PATCH] Issue #3463544 by catch: Three more slow functional tests

(cherry picked from commit a01c36ccaf4724fad52b90201f8b3f89c997ffdf)
---
 core/modules/file/tests/src/Functional/FileListingTest.php       | 1 +
 core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php  | 1 +
 .../modules/system/tests/src/Functional/Batch/ProcessingTest.php | 1 +
 3 files changed, 3 insertions(+)

diff --git a/core/modules/file/tests/src/Functional/FileListingTest.php b/core/modules/file/tests/src/Functional/FileListingTest.php
index 332a9c3bce44..740505df9699 100644
--- a/core/modules/file/tests/src/Functional/FileListingTest.php
+++ b/core/modules/file/tests/src/Functional/FileListingTest.php
@@ -13,6 +13,7 @@
  * Tests file listing page functionality.
  *
  * @group file
+ * @group #slow
  */
 class FileListingTest extends FileFieldTestBase {
 
diff --git a/core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php b/core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
index e426d8fffbe9..6cd6d84660e9 100644
--- a/core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
+++ b/core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
@@ -10,6 +10,7 @@
  * Create, view, edit, delete, and change shortcut sets.
  *
  * @group shortcut
+ * @group #slow
  */
 class ShortcutSetsTest extends ShortcutTestBase {
 
diff --git a/core/modules/system/tests/src/Functional/Batch/ProcessingTest.php b/core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
index 29786931d925..283ce54082eb 100644
--- a/core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
+++ b/core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
@@ -11,6 +11,7 @@
  * Tests batch processing in form and non-form workflow.
  *
  * @group Batch
+ * @group #slow
  */
 class ProcessingTest extends BrowserTestBase {
 
-- 
GitLab