.../tests/src/Functional/EntityResource/EntityResourceTestBase.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php b/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php index 973f5b9..02011ca 100644 --- a/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php +++ b/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php @@ -196,9 +196,6 @@ public function setUp() { } $this->entity->save(); } - - // @todo Remove this in https://www.drupal.org/node/2815845. - drupal_flush_all_caches(); } /**