Run TestProcessConfig and TestLogger only on Travis CI xenial:
state.appdata confused ignoring BITMESSAGE_HOME env
This commit is contained in:
parent
ec922adb36
commit
f21d0e6bd8
|
@ -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"""
|
||||
|
||||
|
|
|
@ -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"""
|
||||
|
||||
|
|
Reference in New Issue
Block a user