We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b90951 commit d453f53Copy full SHA for d453f53
tests/unit/assessment/test_sequencing.py
@@ -232,8 +232,8 @@ def test_sequence_steps_from_job_task_with_new_cluster(
232
"""Sequence a job with a task that has a new cluster definition.
233
234
Sequence:
235
- 1. Cluster
236
- 2. Task # The cluster is part of the task, not a separate step in the sequence
+ 1. Task # The cluster is part of the task, not a separate step in the sequence
+ 2. Job
237
"""
238
task = jobs.Task(task_key="test-task", new_cluster=ClusterSpec())
239
settings = jobs.JobSettings(name="test-job", tasks=[task])
0 commit comments