From 0a66734416e33c8f537c347b24fcc9f46bb37676 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 3 Feb 2016 12:59:47 +0100 Subject: Revert "setting to skip migration tests by default" --- core/command/upgrade.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'core/command') diff --git a/core/command/upgrade.php b/core/command/upgrade.php index 2123efdfd38..c45984d7a30 100644 --- a/core/command/upgrade.php +++ b/core/command/upgrade.php @@ -99,12 +99,6 @@ class Upgrade extends Command { $updateStepEnabled = true; $skip3rdPartyAppsDisable = false; - if ($this->config->getSystemValue('update.skip-migration-test', false)) { - $output->writeln( - '"skip-migration-test" is activated via config.php' - ); - $simulateStepEnabled = false; - } if ($input->getOption('skip-migration-test')) { $simulateStepEnabled = false; } -- cgit v1.2.3