From: Peter Amstutz Date: Mon, 1 Aug 2022 21:18:29 +0000 (-0400) Subject: 19280: Don't redundantly check javascript X-Git-Tag: 2.5.0~103^2~12 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/20aa08040bc12e6387455755ce3fadc238c19d76 19280: Don't redundantly check javascript Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/sdk/cwl/arvados_cwl/executor.py b/sdk/cwl/arvados_cwl/executor.py index 778af58ac3..9620079ed1 100644 --- a/sdk/cwl/arvados_cwl/executor.py +++ b/sdk/cwl/arvados_cwl/executor.py @@ -581,6 +581,7 @@ The 'jobs' API is no longer supported. loadingContext = self.loadingContext.copy() loadingContext.do_validate = False + loadingContext.disable_js_validation = True if submitting: loadingContext.do_update = False # Document may have been auto-updated. Reload the original