Skip to content

Commit

Permalink
reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ausbeth committed Sep 29, 2024
1 parent 80914ef commit e109125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shpc/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def test_remove(tmp_path):
"module_sys,module_file,container_tech,remote,update_containers",
[
("lmod", "module.lua", "singularity", False, False),
# ("lmod", "module.lua", "podman", False, False), # Having an issue
("lmod", "module.lua", "podman", False, False),
("tcl", "module.tcl", "singularity", False, False),
("tcl", "module.tcl", "podman", False, False),
("lmod", "module.lua", "singularity", True, False),
Expand Down

0 comments on commit e109125

Please sign in to comment.