diff --git a/core/modules/views/src/Tests/Plugin/AccessTest.php b/core/modules/views/src/Tests/Plugin/AccessTest.php
index 95ef502..208e60c 100644
--- a/core/modules/views/src/Tests/Plugin/AccessTest.php
+++ b/core/modules/views/src/Tests/Plugin/AccessTest.php
@@ -102,14 +102,6 @@ function testStaticAccessPlugin() {
     // termination event fires. Simulate that here.
     $this->container->get('router.builder')->rebuildIfNeeded();
 
-    // Clear the page cache.
-    // @todo Remove as part of https://www.drupal.org/node/2464657. The root
-    //   cause is that the access plugins alters the route's access
-    //   requirements. That means that the 403 from above does not have any
-    //   cache tags, so modifying the View entity does not cause the cached 403
-    //   page to be invalidated.
-    Cache::invalidateTags(['rendered']);
-
     $this->assertTrue($access_plugin->access($this->normalUser));
 
     $this->drupalGet('test_access_static');
