diff --git a/src/Entity/EntitySubqueue.php b/src/Entity/EntitySubqueue.php
index 66c4591..27a9fad 100644
--- a/src/Entity/EntitySubqueue.php
+++ b/src/Entity/EntitySubqueue.php
@@ -346,13 +346,6 @@ class EntitySubqueue extends EditorialContentEntityBase implements EntitySubqueu
     // @todo Allow queue handlers to control this?
     if ($queue = $this->getQueue()) {
       $tags = Cache::mergeTags(parent::getCacheTagsToInvalidate(), $queue->getCacheTags());
-
-      // Sadly, Views handlers have no way of influencing the cache tags of the
-      // views result cache plugins, so we have to invalidate the target entity
-      // type list tag.
-      // @todo Reconsider this when https://www.drupal.org/node/2710679 is fixed.
-      $target_entity_type = $this->entityTypeManager()->getDefinition($this->getQueue()->getTargetEntityTypeId());
-      $tags = Cache::mergeTags($tags, $target_entity_type->getListCacheTags());
     }
 
     return $tags;
