Marked tests known to not work on various platforms #1670

Closed
g1itch wants to merge 1 commits from ci-slice into v0.6
2 changed files with 2 additions and 0 deletions
Showing only changes of commit f21d0e6bd8 - Show all commits

View File

@ -39,6 +39,7 @@ class TestConfig(unittest.TestCase):
BMConfigParser().safeGetInt('nonexistent', 'nonexistent', 42), 42)
@unittest.skipUnless(os.getenv('TRAVIS_DIST') == 'xenial', 'appdata confusion')
class TestProcessConfig(TestProcessProto):
"""A test case for keys.dat"""

View File

@ -8,6 +8,7 @@ import tempfile
import unittest
@unittest.skipUnless(os.getenv('TRAVIS_DIST') == 'xenial', 'appdata confusion')
class TestLogger(unittest.TestCase):
"""A test case for bmconfigparser"""