Skip to content

Commit 4833ec8

Browse files
committed
Skip decontam in tests
1 parent 6a0d22f commit 4833ec8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.tests/e2e/test_full_run.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ def run_sunbeam(setup):
4949
"all_mapping",
5050
"--directory",
5151
tmp_path,
52+
"--skip",
53+
"decontam",
54+
"--show-failed-logs",
5255
],
5356
capture_output=True,
5457
text=True,

0 commit comments

Comments
 (0)