diff --git a/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionTest.php b/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionTest.php index e5c1c20..d6a14f4 100644 --- a/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionTest.php @@ -31,7 +31,7 @@ protected function setUp() { } protected function tearDown() { - db_drop_table('key_value_expire'); + // db_drop_table('key_value_expire'); parent::tearDown(); }