Skip to content

Commit 45d18c9

Browse files
author
Nissan Pow
committed
fix: remove incorrect sfn-batch conda skip
Conda works on sfn-batch — the test image bootstraps micromamba at runtime the same way as argo/airflow. Previous failures were flaky (timing/contention), not a fundamental incompatibility. Verified conda passed on sfn-batch in run 22982712781 before the skip was added.
1 parent 550aa74 commit 45d18c9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test/ux/core/test_basic.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ def test_timeout(exec_mode, decospecs, compute_env, tag, scheduler_config):
152152

153153
@pytest.mark.conda
154154
def test_hello_conda(exec_mode, decospecs, compute_env, tag, scheduler_config):
155-
sched_type = scheduler_config.scheduler_type
156-
if sched_type and "step-functions" in sched_type:
157-
pytest.skip("conda env resolution not supported on sfn-batch in CI")
158-
159155
run = execute_test_flow(
160156
flow_name="basic/helloconda.py",
161157
exec_mode=exec_mode,

0 commit comments

Comments
 (0)