summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest_trove_upgrades.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_trove_upgrades.py b/test_trove_upgrades.py
index b18195d..bb4a36d 100755
--- a/test_trove_upgrades.py
+++ b/test_trove_upgrades.py
@@ -502,7 +502,7 @@ class TestUpgrades(BaseTestSuite):
instance.admin_id = os.path.join(branch.morphs_dir, 'testuser.key')
else:
branch = self.create_system_branch(fixture_dir, 'old')
- self.set_lighttpd_version(branch, tag='lighttpd-1.3.14')
+ #self.set_lighttpd_version(branch, tag='lighttpd-1.3.14')
instance = TroveInitialDeployment(branch, vm_name)
instance.create_config()