diff --git a/tests/modules/layout_paragraphs_custom_host_entity_test/src/LpHostEntityListBuilder.php b/tests/modules/layout_paragraphs_custom_host_entity_test/src/LpHostEntityListBuilder.php
index daed0acdb172ee4c07038f02a80c75cb8c15782d..824836e8c4d1faf4631ef1d0eb79c025c38e55b6 100644
--- a/tests/modules/layout_paragraphs_custom_host_entity_test/src/LpHostEntityListBuilder.php
+++ b/tests/modules/layout_paragraphs_custom_host_entity_test/src/LpHostEntityListBuilder.php
@@ -67,6 +67,7 @@ class LpHostEntityListBuilder extends EntityListBuilder {
 
     $total = $this->getStorage()
       ->getQuery()
+      ->accessCheck(FALSE)
       ->count()
       ->execute();