From 2160309bacf06a1262a3ba4496cbefade460e25e Mon Sep 17 00:00:00 2001 From: David Witt <150394714+dave-ll@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:18:22 -0400 Subject: [PATCH] comment singularity options causing errors --- tests/runner_test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/runner_test.py b/tests/runner_test.py index 2e3ee71..f203d48 100644 --- a/tests/runner_test.py +++ b/tests/runner_test.py @@ -7,9 +7,9 @@ def test_instances(): [ "singularity", "run", - "--userns", - "--writable", - "--app", + #"--userns", + #"--writable", + #"--app", "test", "containers/runner.sif", ],