Skip test 1054 unless timezone is UTC

This commit is contained in:
Luis Diaz Mas 2018-07-31 17:54:20 +02:00 committed by Luis Díaz Más
parent 59585fa3af
commit 3d35b93fc0

View File

@ -1,7 +1,10 @@
# -*- coding: utf-8 -*-
import unittest
import os
import system_tests
@unittest.skipUnless(os.getenv('TZ') == 'UTC', "Testcase only works with the timezone set to UTC")
class Exiv2jsonRecursiveJsonTreeWithXMP(metaclass=system_tests.CaseMeta):
url = "http://dev.exiv2.org/issues/1054"