From d06e04a427e9d8eecfe850486e7248fc86cfb69c Mon Sep 17 00:00:00 2001 From: Joachim Noreiko <joachim@107701.no-reply.drupal.org> Date: Tue, 4 Feb 2025 12:57:51 +0000 Subject: [PATCH] Added note about repeated requests. --- core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php b/core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php index fc690e828fe8..c9fe1ac8e4c1 100644 --- a/core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php +++ b/core/tests/Drupal/Tests/HttpKernelUiHelperTrait.php @@ -45,6 +45,10 @@ trait HttpKernelUiHelperTrait { * Page caching modules will not function, because the * CommandLineOrUnsafeMethod caching policy will deny caching. * + * Some requests may not function correctly because DrupalKernel is not + * explicitly designed to handle multiple requests: see + * https://www.drupal.org/project/drupal/issues/2708827. + * * @param string|\Drupal\Core\Url $path * Drupal path or URL to load into Mink controlled browser. * @param array $options -- GitLab