diff --git a/core/modules/system/src/Tests/Update/DbDumpTest.php b/core/modules/system/src/Tests/Update/DbDumpTest.php index 3a6a927..af6ad2f 100644 --- a/core/modules/system/src/Tests/Update/DbDumpTest.php +++ b/core/modules/system/src/Tests/Update/DbDumpTest.php @@ -84,7 +84,6 @@ protected function setUp() { // Create some schemas so our export contains tables. $this->installSchema('system', [ - 'key_value_expire', 'sessions', ]); $this->installSchema('dblog', ['watchdog']); @@ -126,7 +125,6 @@ protected function setUp() { 'cache_discovery', 'cache_entity', 'file_managed', - 'key_value_expire', 'menu_link_content', 'menu_link_content_data', 'sequences',