diff --git a/core/modules/comment/tests/src/Functional/CommentUserTest.php b/core/modules/comment/tests/src/Functional/CommentUserTest.php index cb81a8d..216ebdf 100644 --- a/core/modules/comment/tests/src/Functional/CommentUserTest.php +++ b/core/modules/comment/tests/src/Functional/CommentUserTest.php @@ -13,6 +13,8 @@ /** * Tests use of comment field on a user. * @group comment + * @runTestsInSeparateProcesses + * @preserveGlobalState disabled */ class CommentUserTest extends BrowserTestBase {