diff --git a/tests/PHPUnit/Integration/ArchiveCronTest.php b/tests/PHPUnit/Integration/ArchiveCronTest.php
index 236e5e51563e8f0fba58b4790e9bee3d365cef77..07cef4e5ff4b4a0bccf8e5948b40941b174ca8a1 100644
--- a/tests/PHPUnit/Integration/ArchiveCronTest.php
+++ b/tests/PHPUnit/Integration/ArchiveCronTest.php
@@ -81,7 +81,6 @@ class ArchiveCronTest extends IntegrationTestCase
         if(self::isPhpVersion53()) {
             $this->markTestSkipped('Fails on PHP 5.3 once in a blue moon.');
         }
-        self::deleteArchiveTables();
 
         $this->setLastRunArchiveOptions();
         $output = $this->runArchivePhpCron();
diff --git a/tests/PHPUnit/Integration/ArchiveWebTest.php b/tests/PHPUnit/Integration/ArchiveWebTest.php
index 699950d8c505da86ec3817fd2331064e28ec0309..3d3d04acacf4603575ff329368a881f9003ac8fc 100644
--- a/tests/PHPUnit/Integration/ArchiveWebTest.php
+++ b/tests/PHPUnit/Integration/ArchiveWebTest.php
@@ -30,8 +30,6 @@ class ArchiveWebTest extends IntegrationTestCase
             $this->markTestSkipped('Skipping on Mysqli as it randomly fails.');
         }
 
-        self::deleteArchiveTables();
-
         $host  = Fixture::getRootUrl();
         $token = Fixture::getTokenAuth();