core/modules/node/src/Tests/NodeTranslationUITest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/modules/node/src/Tests/NodeTranslationUITest.php b/core/modules/node/src/Tests/NodeTranslationUITest.php index b0db999..4727ce3 100644 --- a/core/modules/node/src/Tests/NodeTranslationUITest.php +++ b/core/modules/node/src/Tests/NodeTranslationUITest.php @@ -21,13 +21,12 @@ class NodeTranslationUITest extends ContentTranslationUITestBase { */ protected $defaultCacheContexts = [ 'languages:language_interface', - 'session', 'theme', 'route', 'timezone', 'url.path.parent', 'url.query_args:_wrapper_format', - 'user', + 'user.roles', // These two cache contexts are added by BigPipe. 'cookies:big_pipe_nojs', 'session.exists',