Commit 8e7ff6ab authored by hliu0's avatar hliu0 Committed by Dino Viehland

Skip zoneinfo tests on VxWorks (#13535)

parent a1ffad07
......@@ -5780,6 +5780,8 @@ class ZoneInfoTest(unittest.TestCase):
zonename = 'America/New_York'
def setUp(self):
if sys.platform == "vxworks":
self.skipTest("Skipping zoneinfo tests on VxWorks")
if sys.platform == "win32":
self.skipTest("Skipping zoneinfo tests on Windows")
try:
......
Port test_datetime to VxWorks: skip zoneinfo tests on VxWorks
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment