You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}, testutil.Timeout, testutil.Interval).Should(BeTrue(), "Failed to get PyTorchJob")
210
210
211
-
By("Checking that the queue update fails")
212
-
Expect(err).To(HaveOccurred(), "Expected an error when updating the queue, but update succeeded")
213
-
Expect(err.Error()).To(ContainSubstring("spec.runPolicy.schedulingPolicy.queue is immutable"), "The error message did not contain the expected message")
Expect(err).To(HaveOccurred(), "Expected an error when updating the queue, but update succeeded")
216
+
Expect(err).To(MatchError(ContainSubstring("spec.runPolicy.schedulingPolicy.queue is immutable"), "The error message did not contain the expected message"))
0 commit comments