Skip to content

Commit d60525a

Browse files
committed
Skip decontam
1 parent 395590e commit d60525a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.tests/e2e/test_full_run.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ def setup(tmp_path):
4141

4242
yield tmp_path, project_dir
4343

44-
shutil.rmtree(tmp_path)
45-
4644

4745
@pytest.fixture
4846
def run_sunbeam(setup):
@@ -57,9 +55,12 @@ def run_sunbeam(setup):
5755
"run",
5856
"--profile",
5957
project_dir,
58+
"--skip",
59+
"decontam",
6060
"all_kraken",
6161
"--directory",
6262
tmp_path,
63+
"--show-failed-logs",
6364
],
6465
capture_output=True,
6566
text=True,

0 commit comments

Comments
 (0)