mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Skip this test until properly mocked.
This commit is contained in:
parent
57feb4a015
commit
25a72358ab
@ -23,10 +23,14 @@ ensure_in_syspath('../../')
|
||||
|
||||
# Import salt libs
|
||||
from salt.utils import path_join
|
||||
from salt import syspaths
|
||||
|
||||
|
||||
class PathJoinTestCase(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
self.skipTest('Skipped until properly mocked')
|
||||
|
||||
PLATFORM_FUNC = platform.system
|
||||
BUILTIN_MODULES = sys.builtin_module_names
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user