Skip to content

Commit 6be7f7b

Browse files
author
Vasileios Karakasis
committed
Skip unit test for module mappings with conflicts for Tmod4
- The scenario is invalid for this modules system.
1 parent 576ba91 commit 6be7f7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unittests/test_environments.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ def test_emit_loadenv_commands_with_confict(base_environ, user_runtime,
255255
def test_emit_loadenv_commands_mapping_with_conflict(base_environ,
256256
user_runtime,
257257
modules_system):
258+
if modules_system.name == 'tmod4':
259+
pytest.skip('test scenario not valid for tmod4')
260+
258261
e0 = env.Environment(name='e0', modules=['testmod_ext'])
259262
ms = rt.runtime().modules_system
260263
ms.load_mapping('testmod_ext: testmod_ext testmod_foo')

0 commit comments

Comments
 (0)