File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -3483,12 +3483,7 @@ def test_dx_run_clone_with_instance_type_selector(self):
34833483 # Verify instanceType override is applied
34843484 assert "instanceType" in cloned_job_desc_3["systemRequirements"]["*"]
34853485 assert cloned_job_desc_3["systemRequirements"]["*"]["instanceType"] == "mem2_hdd2_x4"
3486- # Verify initialInstanceCount from --instance-count is present
3487- # Note: Since the applet uses instanceTypeSelector and doesn't define a full clusterSpec,
3488- # only initialInstanceCount will be present in clusterSpec
3489- assert "clusterSpec" in cloned_job_desc_3["systemRequirements"]["*"]
3490- assert "initialInstanceCount" in cloned_job_desc_3["systemRequirements"]["*"]["clusterSpec"]
3491- assert cloned_job_desc_3["systemRequirements"]["*"]["clusterSpec"]["initialInstanceCount"] == 3
3486+ # Note: When the applet's runSpec doesn't have a clusterSpec defined (only instanceTypeSelector)
34923487
34933488 def test_dx_run_clone(self):
34943489 applet_id = dxpy.api.applet_new({"project": self.project,
You can’t perform that action at this time.
0 commit comments