tests: fix skipping whonix in timezone test

This commit is contained in:
Marek Marczykowski-Górecki 2015-06-27 05:05:34 +02:00
parent ad89c8f8a2
commit 8134360614

View File

@ -340,7 +340,7 @@ class TC_00_AppVMMixin(qubes.tests.SystemTestsMixin):
def test_200_timezone(self):
"""Test whether timezone setting is properly propagated to the VM"""
if "whonix" in self.template:
self.skip("Timezone propagation disabled on Whonix templates")
self.skipTest("Timezone propagation disabled on Whonix templates")
self.testvm1.start()
(vm_tz, _) = self.testvm1.run("date +%Z",