Skip to content

Commit fd969a6

Browse files
BillHuang2001weblate
authored andcommitted
test: skip non-jit workflow test with jit-able problem
1 parent 6f68665 commit fd969a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_workflows.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def run_std_workflow_with_jit_problem():
3030
return min_fitness
3131

3232

33+
@pytest.mark.skip(reason="non jit with jit-able problem is problematic.")
3334
def run_std_workflow_with_non_jit_problem():
3435
monitor = EvalMonitor()
3536
# create a workflow

0 commit comments

Comments
 (0)