From 75a746d6b01ad6a64cc9531264c6a4534768ccb1 Mon Sep 17 00:00:00 2001 From: David Witt <150394714+dave-ll@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:39:51 -0400 Subject: [PATCH] comment unsupported options --- 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", ],